Basic Serenity Config

This commit is contained in:
2023-03-03 15:08:43 -05:00
parent 2c7147a287
commit 5bb7a558f4
4 changed files with 2202 additions and 7 deletions

View File

@@ -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"