soundfx-bot/Cargo.toml

23 lines
607 B
TOML
Raw Normal View History

2020-04-13 23:22:31 +00:00
[package]
name = "soundfx-rs"
2022-09-13 11:38:11 +00:00
version = "1.5.3"
2021-01-22 17:19:57 +00:00
authors = ["jellywx <judesouthworth@pm.me>"]
2020-04-13 23:22:31 +00:00
edition = "2018"
[dependencies]
2022-07-31 13:56:38 +00:00
songbird = { version = "0.3", features = ["builtin-queue"] }
2022-05-13 12:18:18 +00:00
poise = "0.2"
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
2021-04-15 10:40:41 +00:00
tokio = { version = "1", features = ["fs", "process", "io-util"] }
lazy_static = "1.4"
2021-01-22 17:19:57 +00:00
reqwest = "0.11"
2022-07-31 13:56:38 +00:00
env_logger = "0.9"
regex = "1.4"
log = "0.4"
serde_json = "1.0"
2022-07-31 13:56:38 +00:00
dashmap = "5.3"
2022-09-13 11:37:50 +00:00
serde = "1.0"
2022-05-05 08:55:44 +00:00
[patch."https://github.com/serenity-rs/serenity"]
2022-07-31 13:56:38 +00:00
serenity = { version = "0.11.5" }