move codegen to separate crate

This commit is contained in:
ThetaDev 2022-09-16 01:37:02 +02:00
parent 8548bc81e9
commit d6cfc7e914
15 changed files with 423 additions and 243 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[workspace]
members = [".", "cli"]
members = [".", "codegen", "cli"]
[features]
default = ["default-tls", "yaml"]
@ -48,4 +48,3 @@ rstest = "0.15.0"
temp_testdir = "0.2.3"
insta = {version = "1.17.1", features = ["yaml", "redactions"]}
velcro = "0.5.3"
phf_codegen = "0.11.1"