try to optimice with splice

This commit is contained in:
2022-09-30 00:16:11 +02:00
parent a698bbb14f
commit 293c94e9a2
5 changed files with 76 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -2,6 +2,12 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "libc"
version = "0.2.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966"
[[package]]
name = "linked-hash-map"
version = "0.5.6"
@@ -12,7 +18,7 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
name = "minecraft_proxy"
version = "0.1.0"
dependencies = [
"linked-hash-map",
"libc",
"yaml-rust",
]