23 lines
661 B
TOML
23 lines
661 B
TOML
[package]
|
|
name = "soundfx-rs"
|
|
version = "1.3.0"
|
|
authors = ["jellywx <judesouthworth@pm.me>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
songbird = { path = "/home/jude/songbird" }
|
|
serenity = { path = "/home/jude/serenity", features = ["voice", "collector", "unstable_discord_api"] }
|
|
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
|
|
dotenv = "0.15"
|
|
tokio = { version = "1", features = ["fs", "process", "io-util"] }
|
|
lazy_static = "1.4"
|
|
reqwest = "0.11"
|
|
env_logger = "0.8"
|
|
regex = "1.4"
|
|
log = "0.4"
|
|
serde_json = "1.0"
|
|
dashmap = "4.0"
|
|
|
|
[dependencies.regex_command_attr]
|
|
path = "./regex_command_attr"
|