Rustendo/Cargo.toml
2024-02-17 02:28:24 +01:00

15 lines
399 B
TOML

[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"