gongbotrs/Cargo.toml
2025-03-30 17:54:44 +08:00

12 lines
369 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"] }
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }