sql-fun/Cargo.toml

14 lines
367 B
TOML

[package]
name = "sqlx-fun"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.79"
serde = "1.0.196"
serde_json = "1.0.113"
sqlx = { version = "0.7.3", features = ["postgres", "json", "runtime-tokio"] }
tokio = { version = "1.36.0", features = ["full"] }