rust-postgres/postgres-shared/Cargo.toml

11 lines
201 B
TOML
Raw Normal View History

2016-12-20 23:33:16 +00:00
[package]
name = "postgres-shared"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
hex = "0.2"
2016-12-21 00:07:45 +00:00
fallible-iterator = "0.1.3"
phf = "=0.7.20"
postgres-protocol = "0.2"