initial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
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"] }
|
||||
sqlx = { version = "*", features = ["runtime-tokio-rustls", "sqlite"] }
|
||||
sea-orm = { version = "*", features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros"] }
|
||||
ctrlc = "*"
|
||||
Reference in New Issue
Block a user