eh/eh/Cargo.toml
NotAShelf 89ac0dd84e
meta: extract configuration loading and command execution into workspace crates
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2da9bbddc01186af23e12c0dbbf3b23e6a6a6964
2026-05-13 08:44:07 +03:00

26 lines
636 B
TOML

[package]
name = "eh"
description.workspace = true
version.workspace = true
edition.workspace = true
rust-version.workspace = true
[lib]
crate-type = [ "lib" ]
name = "eh"
[dependencies]
clap.workspace = true
clap_complete.workspace = true
dialoguer.workspace = true
eh-config.workspace = true
eh-log.workspace = true
nix-command.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