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-04-29 01:20:52 +00:00
|
|
|
serenity = {path = "/home/jude/serenity", features = ["voice", "collector"]}
|
2020-04-28 00:24:06 +00:00
|
|
|
sqlx = {version = "0.3", default-features = false, features = ["runtime-tokio", "macros", "mysql", "bigdecimal"]}
|
2020-04-13 23:22:31 +00:00
|
|
|
dotenv = "0.15"
|
2020-04-29 01:20:52 +00:00
|
|
|
tokio = {version = "0.2.19", features = ["fs", "sync", "process"]}
|
2020-04-29 22:09:31 +00:00
|
|
|
lazy_static = "1.4.0"
|