eh/eh/Cargo.toml
NotAShelf caa6dc9951
eh: modernize error handling; bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I63e346cd38bfb6cd277f6675fcefe64e6a6a6964
2025-11-13 01:06:08 +03:00

19 lines
462 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
thiserror.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
yansi.workspace = true