soundfx-bot/Cargo.toml

14 lines
497 B
TOML
Raw Normal View History

2020-04-13 23:22:31 +00:00
[package]
name = "soundfx-rs"
2020-10-24 11:48:32 +00:00
version = "1.0.1-rc.4"
2020-04-13 23:22:31 +00:00
authors = ["jude-lafitteIII <judewrs@gmail.com>"]
edition = "2018"
[dependencies]
serenity = { git = "https://github.com/Lakelezz/serenity", branch = "await", features = ["voice", "collector"] }
sqlx = { version = "0.3.5", default-features = false, features = ["runtime-tokio", "macros", "mysql", "bigdecimal"] }
2020-04-13 23:22:31 +00:00
dotenv = "0.15"
tokio = { version = "0.2", features = ["fs", "sync", "process", "io-util"] }
lazy_static = "1.4"
reqwest = "0.10"