Restructure

This commit is contained in:
Chaoscaot
2023-03-04 12:20:20 +01:00
parent 1959c20b6e
commit 26d83caa05
9 changed files with 202 additions and 98 deletions

View File

@ -0,0 +1,10 @@
[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" }