[package]
name = "topoglyph-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "CLI for the TopoGlyph topology-to-glyph text-art engine"
[[bin]]
name = "topoglyph"
path = "src/main.rs"
[dependencies]
clap = { version = "4.6.4", features = ["derive"] }
topoglyph = { workspace = true }
serde_json = "1.0.151"
[features]
default = ["video"]
video = ["topoglyph/video"]