Documentation
[package]
name = "glyph-cli"
version.workspace = true
description.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
publish = true

[lib]
path = "src/lib.rs"

[[bin]]
name = "glyph-cli"
path = "src/main.rs"

[dependencies]
glyph-core = { path = "../glyph-core", version = "0.0.1" }
clap = { version = "4.4", features = ["derive"] }
crossterm = "0.28"
thiserror = "2.0"
regex = "1.10"

[dev-dependencies]
tempfile = "3.9"