15 lines
466 B
TOML
15 lines
466 B
TOML
![]() |
[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]
|
||
|
cron = "0.12.0"
|
||
|
dotenv = "0.15.0"
|
||
|
mongodb = "2.4.0"
|
||
|
poise = "0.5.2"
|
||
|
serenity = { version = "0.11.5", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
|
||
|
serenity_utils = "0.7.0"
|
||
|
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|