Files
ghost/ghost-cli/Cargo.toml
2025-11-07 18:05:07 +02:00

13 lines
258 B
TOML

[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