rust-postgres/codegen/Cargo.toml
Steven Fackler dbc6bf24e4 Un-lock phf
Closes #369

(cherry picked from commit 440a596350d417926faa07a952a638685f1c1e7a)
2018-10-25 22:06:01 -07:00

11 lines
196 B
TOML

[package]
name = "codegen"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
phf_codegen = "0.7.22"
regex = "0.1"
marksman_escape = "0.1"
linked-hash-map = "0.4"