mara/Cargo.toml

24 lines
860 B
TOML

[package]
name = "mara"
version = "0.1.0"
edition = "2018"
[dependencies]
anyhow = "1"
envy = "0.4"
furbooru = "0.4"
kankyo = "0.3"
reqwest = { version = "0.11.4", default-features = false, features = ["json", "multipart", "rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"
# bot library
robespierre = { git = "https://github.com/dblanovschi/robespierre", features = ["cache", "events", "framework", "framework-macros"] }
robespierre-cache = { git = "https://github.com/dblanovschi/robespierre" }
robespierre-http = { git = "https://github.com/dblanovschi/robespierre" }
robespierre-events = { git = "https://github.com/dblanovschi/robespierre" }
robespierre-models = { git = "https://github.com/dblanovschi/robespierre" }