Start with entity support

This commit is contained in:
Lol3rrr
2024-09-20 23:46:38 +02:00
parent c5237af33b
commit 1bf68e78e4
11 changed files with 2849 additions and 8 deletions

View File

@@ -14,6 +14,10 @@ snap = "1.1.1"
bitter = "0.7"
phf = { version = "0.11", features = ["macros"] }
regex = "1.10.6"
[dev-dependencies]
pretty_assertions = { version = "1.4" }
[build-dependencies]
prost-build = { version = "0.13.2" }