rust-postgres/codegen/Cargo.toml

11 lines
193 B
TOML
Raw Normal View History

[package]
name = "codegen"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
2021-06-22 01:30:41 +00:00
phf_codegen = "0.9"
2019-12-03 01:55:08 +00:00
regex = "1.0"
2016-02-21 21:45:31 +00:00
marksman_escape = "0.1"
2019-10-19 17:53:54 +00:00
linked-hash-map = "0.5"