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
Raw Permalink Normal View History

2024-02-11 23:14:12 +03:00
[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]
2024-03-04 22:09:59 +03:00
teloxide = { version = "0.12.2", features = ["macros", "webhooks", "webhooks-axum"] }
2024-02-11 23:14:12 +03:00
log = "0.4"
pretty_env_logger = "0.5.0"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
2024-03-04 22:09:59 +03:00
chrono = "0.4.34"
url = "2.5.0"
dotenv = "0.15.0"