mpsc_bot/Cargo.toml

12 lines
282 B
TOML
Raw Permalink Normal View History

2022-01-24 18:33:09 +00:00
[package]
name = "mpsc_bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.10"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
serde_json = "*"