harmony/examples/postgres/Cargo.toml
2025-07-03 16:46:47 -04:00

10 lines
244 B
TOML

[package]
name = "example-postgres"
version = "0.1.0"
edition = "2021"
[dependencies]
harmony = { path = "../../harmony" }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
async-trait = "0.1.80"