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.
53 lines
1.2 KiB
TOML
53 lines
1.2 KiB
TOML
[workspace]
|
|
members=["bot-coreutils", "bot-database", "bot-database/migration", "."]
|
|
|
|
[package]
|
|
name = "tobi-rs"
|
|
version = "0.11.2"
|
|
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 = "0.11.5"
|
|
dotenv = "0.15.0"
|
|
serde_derive = "1.0.145"
|
|
serde = "1.0.145"
|
|
thiserror = "1.0.37"
|
|
minecraft-data-rs = "0.5.0"
|
|
songbird = "0.3.0"
|
|
serde_json = "1.0.86"
|
|
rand = "0.8.5"
|
|
regex = "1.6.0"
|
|
aspotify = "0.7.1"
|
|
lazy_static = "1.4.0"
|
|
futures = "0.3.24"
|
|
chrono = "0.4.22"
|
|
sysinfo = "0.26.4"
|
|
reqwest = "0.11.12"
|
|
chrono-tz = "0.6.3"
|
|
sauce-api = "1.0.0"
|
|
rustc_version_runtime = "0.2.1"
|
|
trigram = "0.4.4"
|
|
typemap_rev = "0.2.0"
|
|
youtube-metadata = "0.2.0"
|
|
xkcd-search = "0.1.2"
|
|
animethemes-rs = "0.4.4"
|
|
build-time = "0.1.2"
|
|
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
|
tracing = "0.1.37"
|
|
serenity-additions = "0.3.4"
|
|
|
|
[dependencies.tokio]
|
|
version = "1.21.2"
|
|
features = ["macros", "rt-multi-thread"]
|
|
|
|
# [patch.crates-io]
|
|
# serenity-additions = { path = "../serenity-additions" }
|