mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-15 23:08:55 +00:00
Implement a lot of new structs Embed for User Implement more data structures impl Embed for Rating Change Move codeforces package outside
12 lines
391 B
TOML
12 lines
391 B
TOML
[package]
|
|
name = "youmubot-cf"
|
|
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]
|
|
serde = { version = "1", features = ["derive"] }
|
|
reqwest = "0.10.1"
|
|
serenity = "0.8"
|
|
codeforces = { git = "https://github.com/natsukagami/rust-codeforces-api" }
|