This repository has been archived on 2024-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
doryan_democration_bot/Cargo.toml

17 lines
430 B
TOML

[package]
name = "doryan-facker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
teloxide = { version = "0.12.2", features = ["macros", "webhooks", "webhooks-axum"] }
log = "0.4"
pretty_env_logger = "0.5.0"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
chrono = "0.4.34"
url = "2.5.0"
dotenv = "0.15.0"