[package] name = "tron" version = "0.2.10" authors = ["Christine Dodrill "] edition = "2018" repository = "https://tulpa.dev/cadey/tron" # 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" 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" }