Rustendo/Cargo.toml
2024-04-04 09:21:31 +02:00

24 lines
616 B
TOML

[package]
name = "rustendo"
version = "7.0.0"
authors = ["moonleay <contact@moonleay.net>", "migueldamota <miguel@damota.de>"]
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"
songbird = "0.4"
chrono = "0.4"
reqwest = "0.11"
symphonia = "0.5"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-futures = "0.2.5"
futures = "0.3.1"
lazy_static = "1.4.0"