[package]
name = "face"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Fold And Cluster Entries — a Unix-style CLI for grouping, paging, and summarizing structured command output."
readme = "../../README.md"
[lib]
name = "face_cli"
[[bin]]
name = "face"
path = "src/main.rs"
[dependencies]
face-core = { version = "0.1.0", path = "../face-core" }
clap = { version = "4", features = ["derive"] }
serde = { workspace = true }
serde_json = { workspace = true }
terminal_size = "0.4"
dialoguer = "0.12"
toml = "0.9"