Condensed schemas into json, will address later

This commit is contained in:
Benjamin Sherriff
2023-10-04 10:00:39 -04:00
parent 25f52fb46d
commit 2b7ec386a0
9 changed files with 557 additions and 647 deletions

View File

@@ -19,6 +19,7 @@ env_logger = "0.10.0"
diesel_migrations = { version = "2.1.0", features = ["postgres"] }
r2d2 = "0.8.10"
lazy_static = "1.4.0"
uuid = { version = "1.4.1", features = ["serde", "v4"] }
[dependencies.serenity]
version = "0.11.6"