Mirror von
https://github.com/Chaoscaot/schemsearch
synchronisiert 2024-11-08 13:20:13 +01:00
12 Zeilen
314 B
TOML
12 Zeilen
314 B
TOML
|
[package]
|
||
|
name = "schemsearch_faster"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
schemsearch-lib = { path = "../schemsearch-lib" }
|
||
|
schemsearch-files = { path = "../schemsearch-files" }
|
||
|
hematite-nbt = "0.5.2"
|