clessy-rs/Cargo.toml

25 lines
437 B
TOML
Raw Permalink Normal View History

2023-07-24 12:37:30 +00:00
[package]
name = "clessy-rs"
version = "0.1.0"
edition = "2021"
2023-07-24 14:10:27 +00:00
license = "AGPL-3.0-or-later"
2023-07-24 12:37:30 +00:00
[dependencies]
teloxide = { version = "0.12", features = [
"macros",
"rustls",
"throttle",
"cache-me",
"webhooks",
"webhooks-axum",
] }
tracing = "0.1"
tracing-subscriber = "0.3"
tokio = { version = "1.28", features = ["rt-multi-thread"] }
dotenvy = "0.15"
anyhow = "1"
fastrand = "2"
2023-07-24 14:10:27 +00:00
imageproc = "0.23"
image = "0.24"
rusttype = "0.9"