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"
|
2020-07-04 19:09:40 +00:00
|
|
|
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.5.3"
|
|
|
|
tokio = { version = "0.2", features = ["macros"] }
|
|
|
|
|
|
|
|
# git deps
|
2020-07-04 19:09:40 +00:00
|
|
|
discord_webhook = { git = "https://github.com/Xe/withinbot", branch = "main" }
|
|
|
|
furbooru = { git = "https://github.com/Xe/furbooru", branch = "master" }
|