20 lines
466 B
TOML
20 lines
466 B
TOML
[package]
|
|
name = "dj-kitty-cat"
|
|
version = "0.1.0"
|
|
authors = ["my name <my@email.address>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.2"
|
|
tracing-futures = "0.2"
|
|
songbird = "0.2"
|
|
|
|
[dependencies.serenity]
|
|
version = "0.10"
|
|
default-features = false
|
|
features = ["cache", "client", "gateway", "model", "voice", "rustls_backend", "unstable_discord_api"]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.0"
|
|
features = ["macros", "rt-multi-thread", "signal"]
|