This commit is contained in:
Simon Gardling
2023-03-07 10:05:37 -05:00
parent 9a8f8a6539
commit b37a6223bc
15 changed files with 919 additions and 862 deletions

View File

@@ -10,13 +10,13 @@ description = "Parsing library for YTBN-Graphing-Software"
[lib]
[dependencies]
phf = { version = "0.10", no-default-features = true }
phf = { version = "0.11", no-default-features = true }
exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", features = [
"partial",
] }
[build-dependencies]
phf_codegen = { version = "0.10", no-default-features = true }
phf_codegen = { version = "0.11", no-default-features = true }
[package.metadata.cargo-all-features]
skip_optional_dependencies = true #don't test optional dependencies, only features