Files
ghost/ghost-cli/Cargo.toml

13 lines
258 B
TOML
Raw Normal View History

2025-11-07 18:05:07 +02:00
[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