Rustendo/Cargo.toml

18 lines
435 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"
lavalink-rs = "0.10"
chrono = "0.4"