13 lines
258 B
TOML
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
|