[package] name = "tron" version = "0.1.0" authors = ["Christine Dodrill "] edition = "2018" # 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 discord_webhook = { git = "https://github.com/Xe/withinbot", branch = "main"} furbooru = { git = "https://github.com/Xe/furbooru" }