logging via tracing
This commit is contained in:
parent
bce7fe6d24
commit
9bd20270ba
7 changed files with 233 additions and 28 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -1,9 +1,9 @@
|
|||
[workspace]
|
||||
members = ["eh", "xtask"]
|
||||
members = [ "eh", "xtask" ]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
authors = [ "NotAShelf <raf@notashelf.dev>"]
|
||||
authors = [ "NotAShelf <raf@notashelf.dev>" ]
|
||||
description = "Ergonomic Nix CLI helper"
|
||||
edition = "2024"
|
||||
license = "MPL-2.0"
|
||||
|
|
@ -12,5 +12,8 @@ rust-version = "1.85"
|
|||
version = "0.1.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
regex = "1.0"
|
||||
clap = { features = [ "derive" ], version = "4.5" }
|
||||
regex = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
yansi = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue