Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I63e346cd38bfb6cd277f6675fcefe64e6a6a6964
19 lines
462 B
TOML
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
|