1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-11-15 00:10:13 +01:00
schemsearch/schemsearch-lib/Cargo.toml
2023-08-09 09:22:24 +02:00

14 Zeilen
366 B
TOML

[package]
name = "schemsearch-lib"
version = "0.1.6"
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"