You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2b-rs/Cargo.toml

55 lines
1.2 KiB
TOML

[workspace]
members=["bot-coreutils", "bot-database", "."]
[package]
name = "tobi-rs"
version = "0.9.9"
authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018"
[profile.release]
panic = 'abort'
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bot-database = {path="./bot-database"}
bot-coreutils = {path="./bot-coreutils"}
serenity-rich-interaction = "0.2.6"
serenity = "0.10.9"
dotenv = "0.15.0"
serde_derive = "1.0.133"
serde = "1.0.133"
thiserror = "1.0.30"
minecraft-data-rs = "0.4.1"
songbird = "0.2.0"
serde_json = "1.0.74"
rand = "0.8.4"
regex = "1.5.4"
aspotify = "0.7.1"
lazy_static = "1.4.0"
futures = "0.3.19"
log = "0.4.14"
fern = "0.6.0"
chrono = "0.4.19"
colored = "2.0.0"
sysinfo = "0.22.4"
reqwest = "0.11.8"
chrono-tz = "0.6.1"
sauce-api = "0.9.1"
rustc_version_runtime = "0.2.1"
trigram = "0.4.4"
typemap_rev = "0.1.5"
youtube-metadata = "0.2.0"
xkcd-search = "0.1.2"
animethemes-rs = "0.3.0"
[dependencies.tokio]
version = "1.15.0"
features = ["macros", "rt-multi-thread"]
[dependencies.lavalink-rs]
git = "https://gitlab.com/vicky5124/lavalink-rs/"
rev = "61badd46"
features=["native", "serenity", "songbird", "normal-log"]
default-features = false