refactor: move database models to entity crate

This commit is contained in:
Suiranoil
2023-07-04 16:15:36 +03:00
parent a177b99cd3
commit 2473d92519
24 changed files with 136 additions and 137 deletions

1
Cargo.lock generated
View File

@@ -1685,6 +1685,7 @@ dependencies = [
name = "mixer-discord-bot"
version = "0.1.0"
dependencies = [
"entity",
"image",
"imageproc",
"itertools 0.11.0",