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-03 13:52:19 +00:00
|
|
|
serenity = {version = "0.9.0-rc.0", features = ["voice", "collector"]}
|
2020-05-20 16:54:46 +00:00
|
|
|
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"
|
2020-05-18 22:44:51 +00:00
|
|
|
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"
|