inline-postgres crate
This commit is contained in:
parent
fc1ccbfed2
commit
0221217f61
@ -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"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user