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:
raf 2026-01-30 18:31:19 +03:00
commit e6d1b90b97
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
8 changed files with 107 additions and 56 deletions

View file

@ -21,7 +21,8 @@ thiserror = "2.0.17"
walkdir = "2.5.0"
yansi = "1.0.1"
eh = { path = "./eh" }
eh = { path = "./eh" }
eh-log = { path = "./crates/eh-log" }
[profile.release]
codegen-units = 1