soundfx-bot/Cargo.toml

14 lines
493 B
TOML
Raw Normal View History

2020-04-13 23:22:31 +00:00
[package]
name = "soundfx-rs"
version = "0.1.0"
authors = ["jude-lafitteIII <judewrs@gmail.com>"]
edition = "2018"
[dependencies]
2020-09-20 22:25:54 +00:00
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.19", features = ["fs", "sync", "process", "io-util"]}
2020-04-29 22:09:31 +00:00
lazy_static = "1.4.0"
2020-06-07 16:10:58 +00:00
reqwest = "0.10.6"