FrenBot/Cargo.toml
Joey Hines 766dc6f171
Initial DB changes
+ Includes some refactoring as well
+ More to come
+ clippy + fmt
2023-01-18 17:35:24 -07:00

29 lines
628 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"}
[dependencies.serenity]
version = "0.11.5"
features = ["framework", "standard_framework", "rustls_backend"]
[dependencies.tokio]
version = "1.0"
features = ["macros", "rt-multi-thread"]