Rustendo/Cargo.toml

25 lines
676 B
TOML
Raw Normal View History

2024-02-17 01:28:24 +00:00
[package]
name = "rustendo"
2024-09-18 22:21:29 +00:00
version = "7.0.3"
2024-03-08 23:25:12 +00:00
authors = ["moonleay <contact@moonleay.net>", "migueldamota <miguel@damota.de>"]
2024-02-17 01:28:24 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.12"
2024-07-26 14:50:53 +00:00
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
2024-02-17 01:28:24 +00:00
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-07-26 14:50:53 +00:00
reqwest = "0.11" # 0.12 creates issues; don't update for now, will fix later
2024-02-23 18:05:45 +00:00
symphonia = "0.5"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-futures = "0.2.5"
futures = "0.3.1"
2024-03-09 19:05:49 +00:00
lazy_static = "1.4.0"