Moonhare_Engine/crates/moonhare_log/Cargo.toml
2025-08-19 23:32:35 +02:00

11 lines
No EOL
204 B
TOML

[package]
name = "moonhare_log"
edition = "2024"
version.workspace = true
authors.workspace = true
[dependencies]
log = "*"
fern = { version = "0.7", features = ["colored"] }
humantime = "*"
anyhow = "1"