v1.0.0 map tool implements some subset of operations at every step the map verification process from start to finish

This commit is contained in:
Quaternions 2023-09-14 16:21:30 -07:00
parent 980da5a6a7
commit 110ec94a08
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -264,7 +264,7 @@ dependencies = [
[[package]] [[package]]
name = "map-tool" name = "map-tool"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"clap", "clap",
"rbx_binary", "rbx_binary",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "map-tool" name = "map-tool"
version = "0.1.0" version = "1.0.0"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html