add basic CLI for testing enumeration

This commit is contained in:
Adir Shitrit
2025-11-07 18:05:07 +02:00
parent 3df61c281f
commit 6742e25ea8
4 changed files with 43 additions and 2 deletions

12
ghost-cli/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "ghost-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
ghost-core = { path = "../ghost-core" }
anyhow.workspace = true
env_logger.workspace = true
log.workspace = true