Basic Serenity Config
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -1,8 +1,15 @@
|
||||
[package]
|
||||
name = "New-Alan"
|
||||
name = "new_alan"
|
||||
version = "0.0.1"
|
||||
edition = "2023"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.16"
|
||||
tracing-futures = "0.2.5"
|
||||
serenity = { version = "0.11.5", features = ["voice", "client", "rustls_backend", "standard_framework"] }
|
||||
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
songbird = "0.3.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user