WhisperWolf3/Cargo.toml

21 lines
678 B
TOML

[package]
name = "whisper_wolf_3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = { version = "0.11", features = ["builder", "cache", "collector", "client", "utils", "rustls_backend", "model"], default-features = false }
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
poise = "0.5"
chrono = "0.4"
once_cell = "1.18"
serde = "1.0"
serde_yaml = "0.9"
serde_json = "1.0"
diesel = { version = "2.1", features = ["sqlite", "serde_json", "chrono", "returning_clauses_for_sqlite_3_35"] }
diesel_migrations = "2.0"
rand = "0.8"
hmac-sha256 = "1.1"