[package]
edition = "2021"
name = "topoglyph-cli"
version = "0.2.0"
authors = ["Xuepoo"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the TopoGlyph topology-to-glyph text-art engine"
readme = false
license = "MIT"
repository = "https://github.com/Xuepoo/topoglyph"
[features]
default = ["video"]
video = ["topoglyph/video"]
[[bin]]
name = "topoglyph"
path = "src/main.rs"
[dependencies.clap]
version = "4.6.4"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.151"
[dependencies.topoglyph]
version = "0.2.0"