ive gone insane

This commit is contained in:
Lionarius
2023-04-17 19:42:35 +03:00
parent 881f7247ef
commit 09ac679496
34 changed files with 1691 additions and 776 deletions

View File

@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
tokio = { version = "*", features = ["full"] }
tracing = "*"
serenity = {version = "*", default-features = false, features = ["rustls_backend", "client", "gateway", "model", "cache", "collector", "utils"] }
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
sea-orm = { version = "*", features = ["sqlx-postgres", "runtime-tokio-native-tls", "macros"] }