1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-10-02 20:50:10 +02:00
schemsearch/schemsearch-cli/Cargo.toml

12 Zeilen
339 B
TOML

2023-03-04 12:20:20 +01:00
[package]
name = "schemsearch-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
schemsearch-lib = { path = "../schemsearch-lib" }
2023-03-06 18:29:03 +01:00
schemsearch-files = { path = "../schemsearch-files" }
clap = { version = "4.1.8", features = ["cargo"] }