arona/Cargo.toml

21 lines
532 B
TOML
Raw Normal View History

2021-02-11 01:14:12 +00:00
[package]
name = "arona"
version = "0.1.0"
authors = ["Rekai Musuka <rekai@musuka.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-04-14 06:46:46 +00:00
blue-gacha = { git = "https://github.com/Paoda/blue-gacha.git", branch = "main" }
2021-02-11 01:14:12 +00:00
dotenv = "^0.15"
env_logger = "^0.8"
lazy_static = "^1.4"
log = "^0.4"
serde = "^1.0"
serde_json = "^1.0"
serenity = "^0.10"
tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] }
2021-02-12 02:46:21 +00:00
image = "^0.23"
reqwest = "^0.11"