24 lines
676 B
TOML
24 lines
676 B
TOML
[package]
|
|
name = "rustendo"
|
|
version = "7.0.3"
|
|
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.39", 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" # 0.12 creates issues; don't update for now, will fix later
|
|
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"
|