[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"