eh/eh/Cargo.toml
NotAShelf 8836eacb95
eh: add info command; bump deps
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I85faac1cc3a48ed2622c1160ab954d8f6a6a6964
2026-04-23 17:47:56 +03:00

24 lines
562 B
TOML

[package]
name = "eh"
description.workspace = true
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
[lib]
crate-type = [ "lib" ]
name = "eh"
[dependencies]
clap.workspace = true
dialoguer.workspace = true
eh-log.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
tempfile.workspace = true
textwrap.workspace = true
thiserror.workspace = true
walkdir.workspace = true
yansi.workspace = true