eh/crates/eh-log/Cargo.toml
NotAShelf 4707a7e49f
eh-log: add debug level; respect verbosity levels
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Idc62fd26efc10f0c1e49424cf337e6d16a6a6964
2026-05-12 17:50:18 +03:00

10 lines
264 B
TOML

[package]
name = "eh-log"
description = "Tiny, styled logging crate for eh"
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
[dependencies]
yansi.workspace = true