Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I563b37a9f38f8dcec6dda7693ae45e826a6a6964
10 lines
252 B
TOML
10 lines
252 B
TOML
[package]
|
|
name = "eh-log"
|
|
description = "Styled logging for eh"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
yansi.workspace = true
|