11 lines
326 B
TOML
11 lines
326 B
TOML
|
[package]
|
||
|
name = "gazebot"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
tracing = "0.1"
|
||
|
tracing-subscriber = "0.3"
|
||
|
dotenvy = "0.15.7"
|
||
|
serenity = { version = "0.12", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
|
||
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|