rust-postgres/codegen/Cargo.toml

11 lines
194 B
TOML
Raw Normal View History

[package]
name = "codegen"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
[dependencies]
2022-07-19 00:04:00 +00:00
phf_codegen = "0.11"
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"