Files
ghost/ghost-cli/Cargo.toml
2025-11-08 12:40:55 +02:00

15 lines
309 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
serde.workspace = true
serde_json.workspace = true