Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I85faac1cc3a48ed2622c1160ab954d8f6a6a6964
24 lines
562 B
TOML
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
|