Files
neon/libs/pg_bin/Cargo.toml
Bojan Serafimov 1501dbd5a5 Cleanup
2022-08-18 15:16:14 -04:00

11 lines
328 B
TOML

[package]
name = "pg_bin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio-postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="d052ee8b86fff9897c77b0fe89ea9daba0e1fa38" }
utils = { path = "../utils" }