зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
423 B
TOML
13 строки
423 B
TOML
[package]
|
|
name = "phf_codegen"
|
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
|
version = "0.7.21"
|
|
license = "MIT"
|
|
description = "Codegen library for PHF types"
|
|
repository = "https://github.com/sfackler/rust-phf"
|
|
documentation = "https://docs.rs/phf_codegen/0.7.21/phf_codegen"
|
|
|
|
[dependencies]
|
|
phf_generator = { version = "=0.7.21", path = "../phf_generator" }
|
|
phf_shared = { version = "=0.7.21", path = "../phf_shared" }
|