Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Idc62fd26efc10f0c1e49424cf337e6d16a6a6964
10 lines
264 B
TOML
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
|