eh/eh/Cargo.toml
NotAShelf d86d81f3c1
fix stdout handling for nr; better catching logic
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69643bbfdb289145019aa47012caa3bf3c04
2025-08-04 23:09:46 +03:00

18 lines
426 B
TOML

[package]
name = "eh"
description.workspace = true
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
[lib]
name = "eh"
crate-type = ["lib"]
[dependencies]
clap.workspace = true
regex.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
yansi.workspace = true