1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-09-06 16:32:50 +02:00
schemsearch/schemsearch-lib/Cargo.toml

13 Zeilen
348 B
TOML

2023-03-04 12:20:20 +01:00
[package]
name = "schemsearch-lib"
2023-04-05 13:05:15 +02:00
version = "0.1.2"
2023-03-04 12:20:20 +01:00
edition = "2021"
2023-03-08 15:47:51 +01:00
license = "AGPL-3.0-or-later"
2023-03-04 12:20:20 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-04-22 21:29:18 +02:00
serde = { version = "1.0.160", features = ["derive"] }
2023-04-04 12:07:33 +02:00
schemsearch-files = { path = "../schemsearch-files" }
2023-04-22 21:29:18 +02:00
named-binary-tag = "0.6"