Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69643bbfdb289145019aa47012caa3bf3c04
18 lines
426 B
TOML
18 lines
426 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
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
yansi.workspace = true
|