soundfx-bot/Cargo.toml

15 lines
503 B
TOML
Raw Normal View History

2020-04-13 23:22:31 +00:00
[package]
name = "soundfx-rs"
2021-01-22 17:19:57 +00:00
version = "1.1.0"
authors = ["jellywx <judesouthworth@pm.me>"]
2020-04-13 23:22:31 +00:00
edition = "2018"
[dependencies]
2021-01-22 17:19:57 +00:00
serenity = { version = "0.10", features = ["voice", "collector"] }
sqlx = { git = "https://github.com/ant32/sqlx.git", branch = "tokio-1.0", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
2020-04-13 23:22:31 +00:00
dotenv = "0.15"
2021-01-22 17:19:57 +00:00
tokio = { version = "1.0", features = ["fs", "process", "io-util"] }
lazy_static = "1.4"
2021-01-22 17:19:57 +00:00
reqwest = "0.11"
songbird = "0.1"