Files
msdb/Cargo.toml
poslop dc9d9cc1d5 fisrt
2022-12-03 21:50:06 -06:00

12 lines
282 B
TOML

[package]
name = "MSDB"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
serenity = "0.11"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }