clessy-rs/Cargo.toml

25 lines
437 B
TOML

[package]
name = "clessy-rs"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
[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"
imageproc = "0.23"
image = "0.24"
rusttype = "0.9"