eh: improve error and warning glyphs; move logger to new crate
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I563b37a9f38f8dcec6dda7693ae45e826a6a6964
This commit is contained in:
parent
be3226bc3a
commit
e6d1b90b97
8 changed files with 107 additions and 56 deletions
10
crates/eh-log/Cargo.toml
Normal file
10
crates/eh-log/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue