moover_rust/Cargo.toml

17 lines
493 B
TOML
Raw Normal View History

2023-07-05 09:06:04 +00:00
[package]
name = "moover_rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-07-07 10:16:25 +00:00
anyhow = "1.0.71"
2023-07-05 09:06:04 +00:00
cron = "0.12.0"
dotenv = "0.15.0"
2023-07-07 08:55:59 +00:00
mongodb = "2.6.0"
poise = "0.5.5"
serenity = { version = "0.11.6", default-features = false, features = ["client", "gateway", "rustls_backend", "model", "http"] }
2023-07-05 09:06:04 +00:00
serenity_utils = "0.7.0"
2023-07-07 10:16:25 +00:00
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }