Rustendo/Cargo.toml

26 lines
588 B
TOML
Raw Normal View History

2024-02-17 01:28:24 +00:00
[package]
name = "rustendo"
version = "0.1.0"
authors = ["moonleay <contact@moonleay.net>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.12"
tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
confy = "0.6.0"
2024-02-23 18:05:45 +00:00
songbird = "0.4"
chrono = "0.4"
2024-02-23 18:05:45 +00:00
reqwest = "0.11"
symphonia = "0.5"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-futures = "0.2.5"
futures = "0.3.1"
queues = "1"
once_cell = "1"