1
0
Mirror von https://github.com/Chaoscaot/schemsearch synchronisiert 2024-10-01 20:20:12 +02:00
schemsearch/schemsearch-cli/Cargo.toml
2023-03-06 18:29:03 +01:00

12 Zeilen
339 B
TOML

[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" }
schemsearch-files = { path = "../schemsearch-files" }
clap = { version = "4.1.8", features = ["cargo"] }