ellipse-bin 1.0.0

Command that truncates and ellipses strings in a human-friendly way
[[bin]]
name = "ellipse"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "3.2"

[dependencies.ellipse]
version = "0.2"

[package]
description = "Command that truncates and ellipses strings in a human-friendly way"
edition = "2021"
license = "GPL-3.0"
name = "ellipse-bin"
resolver = "2"
version = "1.0.0"