i want to die
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -1,9 +1,15 @@
|
||||
[package]
|
||||
name = "mixer_discord_bot"
|
||||
name = "mixer-discord-bot"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
serenity = { version = "*", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "cache", "utils"] }
|
||||
sea-orm = { version = "*", features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros"] }
|
||||
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"] }
|
||||
itertools = "*"
|
||||
shuttle-secrets = "*"
|
||||
shuttle-serenity = "*"
|
||||
shuttle-runtime = "*"
|
||||
shuttle-shared-db = { version = "*", features = ["postgres"] }
|
||||
Reference in New Issue
Block a user