godette-rust/Cargo.toml

12 lines
352 B
TOML
Raw Normal View History

2022-10-10 23:53:52 +03:00
[package]
name = "godette"
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.11", features = ["macros", "auto-send"] }
log = "0.4"
pretty_env_logger = "0.4"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }