Initial Commit

This commit is contained in:
Chaoscaot
2023-02-01 15:05:52 +01:00
commit fb6cb1773a
7 changed files with 333 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "schemsearch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hematite-nbt = "0.5.2"
serde = "1.0.152"