FrenBot/Cargo.toml
Joey Hines 335751a978
Added voice command
+ Heavily tried to the HL1 voice format
+ Clippy + fmt
2023-01-07 14:57:58 -07:00

27 lines
555 B
TOML

[package]
name = "fren"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
config = "0.13.2"
structopt = "0.3.26"
reqwest = "0.11.12"
serde = "1.0.147"
toml = "0.5.9"
rand = "0.8.5"
tera = "1.17.1"
ndm = "0.9.9"
regex = "1.7.0"
magick_rust = "0.17.0"
songbird = "0.3.0"
[dependencies.serenity]
version = "0.11.5"
features = ["framework", "standard_framework", "rustls_backend"]
[dependencies.tokio]
version = "1.0"
features = ["macros", "rt-multi-thread"]