mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-10 04:30:29 +00:00
25 lines
660 B
TOML
25 lines
660 B
TOML
[package]
|
|
name = "youmubot-cf"
|
|
version = "0.1.0"
|
|
authors = ["Natsu Kagami <natsukagami@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
|
tokio = { version = "1.19.2", features = ["time"] }
|
|
reqwest = "0.11.10"
|
|
serenity = "0.12"
|
|
Inflector = "0.11.4"
|
|
codeforces = "0.3.1"
|
|
regex = "1.5.6"
|
|
lazy_static = "1.4.0"
|
|
chrono = { version = "0.4.19", features = ["serde"] }
|
|
dashmap = "5.3.4"
|
|
log = "0.4"
|
|
|
|
youmubot-prelude = { path = "../youmubot-prelude" }
|
|
youmubot-db = { path = "../youmubot-db" }
|