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

24
Cargo.lock generated
View File

@@ -47,12 +47,20 @@ version = "0.1.0"
dependencies = [
"bitter",
"phf",
"pretty_assertions",
"prost",
"prost-build",
"prost-types",
"regex",
"snap",
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "either"
version = "1.13.0"
@@ -206,6 +214,16 @@ dependencies = [
"siphasher",
]
[[package]]
name = "pretty_assertions"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "prettyplease"
version = "0.2.22"
@@ -467,3 +485,9 @@ name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"