gongbotrs/Cargo.toml
2025-03-30 18:14:09 +08:00

15 lines
466 B
TOML

[package]
name = "gongbotrs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { version = "2.2.8", features = ["postgres"] }
diesel-async = { version = "0.5.2", features = ["postgres"] }
dotenvy = "0.15.7"
envconfig = "0.11.0"
teloxide = { version = "0.14.0", features = ["macros"] }
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }