2020-04-13 23:22:31 +00:00
|
|
|
[package]
|
|
|
|
name = "soundfx-rs"
|
2022-01-25 22:59:05 +00:00
|
|
|
version = "1.5.0"
|
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-02-13 16:12:42 +00:00
|
|
|
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "next", features = ["builtin-queue"] }
|
2022-05-13 12:18:18 +00:00
|
|
|
poise = "0.2"
|
2021-03-15 11:01:07 +00:00
|
|
|
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
|
2020-04-13 23:22:31 +00:00
|
|
|
dotenv = "0.15"
|
2021-04-15 10:40:41 +00:00
|
|
|
tokio = { version = "1", features = ["fs", "process", "io-util"] }
|
2020-10-24 10:15:17 +00:00
|
|
|
lazy_static = "1.4"
|
2021-01-22 17:19:57 +00:00
|
|
|
reqwest = "0.11"
|
2021-03-15 15:03:15 +00:00
|
|
|
env_logger = "0.8"
|
2021-01-26 01:32:43 +00:00
|
|
|
regex = "1.4"
|
|
|
|
log = "0.4"
|
2021-03-15 22:05:14 +00:00
|
|
|
serde_json = "1.0"
|
2021-04-08 23:38:28 +00:00
|
|
|
dashmap = "4.0"
|
2022-05-05 08:55:44 +00:00
|
|
|
|
|
|
|
[patch."https://github.com/serenity-rs/serenity"]
|
2022-05-13 12:18:18 +00:00
|
|
|
serenity = { version = "0.11" }
|