rust-postgres/codegen/Cargo.toml
Steven Fackler 8360821c1e Update and fix phf versions
Since we're caching the output of phf_codegen we need to force our
version to stay the same.
2016-03-29 21:33:48 -07:00

10 lines
173 B
TOML

[package]
name = "codegen"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
phf_codegen = "=0.7.14"
regex = "0.1"
marksman_escape = "0.1"