Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I2da9bbddc01186af23e12c0dbbf3b23e6a6a6964
26 lines
636 B
TOML
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
|