gongbotrs/Cargo.toml
2025-04-03 02:28:01 +09:00

15 lines
474 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", "r2d2"] }
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"] }