Files
neon/libs/pg_bin/Cargo.toml
Bojan Serafimov 7bff7c4014 Add library
2022-08-18 12:40:14 -04:00

10 lines
298 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" }