cli for src-lib to manual test inspect, clip

This commit is contained in:
Bel LaPointe
2023-12-28 09:39:27 -05:00
parent 1e7c82294f
commit 47339a01f9
3 changed files with 37 additions and 375 deletions

View File

@@ -6,3 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[lib]
name = "lib"
path = "src/lib.rs"
[[bin]]
name = "cli"
path = "src/cli/main.rs"