Files
jackbot/Cargo.toml
2023-02-12 18:00:38 -06:00

21 lines
463 B
TOML

[package]
name = "jackbot"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15"
tracing = "0.1.23"
tracing-subscriber = "0.3.16"
rand = "0.8.5"
[dependencies.tokio]
version = "1.0"
features = ["macros", "signal", "rt-multi-thread"]
[dependencies.serenity]
version = "0.11.5"
features = ["cache", "framework", "standard_framework", "rustls_backend"]