mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 08:48:54 +00:00
17 lines
389 B
TOML
17 lines
389 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.8"
|
|
chrono = "0.4.10"
|
|
reqwest = "0.10.1"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bitflags = "1"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1"
|