youmubot/youmubot/Cargo.toml

23 lines
537 B
TOML

[package]
name = "youmubot"
version = "0.1.0"
authors = ["Natsu Kagami <natsukagami@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.7"
dotenv = "0.15"
serde = { version = "1.0", features = ["derive"] }
chrono = "0.4.9"
rand = "0.7.2"
static_assertions = "1.1.0"
reqwest = "0.9.24"
regex = "1"
lazy_static = "1"
youmubot-osu = { path = "../youmubot-osu" }
[dependencies.rustbreak]
version = "2.0.0-rc3"
features = ["yaml_enc"]