Mirror von
https://github.com/Chaoscaot/schemsearch
synchronisiert 2024-11-02 18:40:28 +01:00
12 Zeilen
308 B
TOML
12 Zeilen
308 B
TOML
[package]
|
|
name = "schemsearch-lib"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
# 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"
|
|
schemsearch-files = { path = "../schemsearch-files" } |