mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 00:38:54 +00:00
26 lines
604 B
TOML
26 lines
604 B
TOML
[package]
|
|
name = "youmubot-osu"
|
|
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.10"
|
|
chrono = "0.4"
|
|
reqwest = "0.11"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bitflags = "1"
|
|
lazy_static = "1"
|
|
regex = "1"
|
|
rosu-pp = "0.4"
|
|
dashmap = "4"
|
|
bincode = "1"
|
|
|
|
youmubot-db = { path = "../youmubot-db" }
|
|
youmubot-db-sql = { path = "../youmubot-db-sql" }
|
|
youmubot-prelude = { path = "../youmubot-prelude" }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1"
|