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
|
2025-11-08 12:40:55 +02:00
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2025-11-17 21:28:37 +02:00
|
|
|
clap = { version = "4.0", features = ["derive"] }
|