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