1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-09-29 03:01:10 +02:00
schemsearch/schemsearch-lib/Cargo.toml
2024-04-27 21:27:42 +02:00

15 Zeilen
388 B
TOML
Ausführbare Datei

[package]
name = "schemsearch-lib"
version = "0.1.7"
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]
serde = { version = "1.0.160", features = ["derive"] }
schemsearch-files = { path = "../schemsearch-files" }
named-binary-tag = "0.6"
libmath = "0.2.1"
lazy_static = "1.4.0"