FrenBot/Cargo.toml
Joey Hines 41213db8d4
Added bot api
+ Right now can just play voices
+ Added commands to add api keys
+ clippy + fmt
2023-01-21 15:36:14 -07:00

32 lines
677 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"
json = "0.12.4"
j_db = {git = "https://git.jojodev.com/joeyahines/j_db"}
axum = "0.6.3"
sha3 = "0.10.6"
base64 = "0.21.0"
[dependencies.serenity]
version = "0.11.5"
features = ["framework", "standard_framework", "rustls_backend"]
[dependencies.tokio]
version = "1.0"
features = ["macros", "rt-multi-thread"]