inline-postgres crate

This commit is contained in:
Jonas Maier 2024-06-18 12:20:29 +02:00
parent fc1ccbfed2
commit 0221217f61

View File

@ -2,12 +2,14 @@
name = "inline-postgres"
version = "0.1.0"
edition = "2021"
description = "tiny and opinionated postgres SQL library"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inline-postgres-impl = { path = "../inline-postgres-impl" }
inline-postgres-macros = { path = "../inline-postgres-macros" }
inline-postgres-impl = "0.1.0"
inline-postgres-macros = "0.1.0"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }