tron/Cargo.toml

25 lines
665 B
TOML
Raw Normal View History

2020-07-04 00:47:30 +00:00
[package]
name = "tron"
2020-08-13 12:30:32 +00:00
version = "0.2.10"
2020-07-04 00:47:30 +00:00
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
repository = "https://tulpa.dev/cadey/tron"
2020-07-04 00:47:30 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
async-trait = "0"
envy = "0.4"
kankyo = "*"
log = "0.4"
pretty_env_logger = "0.4"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_dhall = "0.10"
2020-07-04 00:47:30 +00:00
tokio = { version = "0.2", features = ["macros"] }
# git deps
discord_webhook = { git = "https://github.com/Xe/withinbot", branch = "main" }
furbooru = { git = "https://github.com/Xe/furbooru", branch = "master" }