Mirror von
https://github.com/Chaoscaot/schemsearch
synchronisiert 2024-11-17 01:10:19 +01:00
14 Zeilen
395 B
TOML
14 Zeilen
395 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" }
|
|
manual-avx2 = { git = "https://github.com/Chaoscaot/manual-avx2", version = "0.1.0" }
|