Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5947bb6da4c5ab6b7c02222a2b0a4ac36a6a6964
This commit is contained in:
parent
5dc7b1dcd4
commit
6f9c6893e1
2 changed files with 156 additions and 57 deletions
26
Cargo.toml
26
Cargo.toml
|
|
@ -1,7 +1,7 @@
|
|||
[workspace]
|
||||
members = [ "eh", "crates/*" ]
|
||||
default-members = ["eh"]
|
||||
resolver = "3"
|
||||
default-members = [ "eh" ]
|
||||
members = [ "eh", "crates/*" ]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
authors = [ "NotAShelf <raf@notashelf.dev>" ]
|
||||
|
|
@ -9,17 +9,19 @@ description = "Ergonomic Nix CLI helper"
|
|||
edition = "2024"
|
||||
license = "MPL-2.0"
|
||||
readme = true
|
||||
rust-version = "1.89"
|
||||
version = "0.1.3"
|
||||
rust-version = "1.90"
|
||||
version = "0.1.4"
|
||||
|
||||
[workspace.dependencies]
|
||||
clap = { default-features = false, features = [ "std", "help", "derive" ], version = "4.5.51" }
|
||||
clap_complete = "4.5.60"
|
||||
regex = "1.12.2"
|
||||
tempfile = "3.23.0"
|
||||
thiserror = "2.0.17"
|
||||
walkdir = "2.5.0"
|
||||
yansi = "1.0.1"
|
||||
clap = { default-features = false, features = [ "std", "help", "derive" ], version = "4.5.56" }
|
||||
clap_complete = "4.5.65"
|
||||
dialoguer = { default-features = false, version = "0.12.0" }
|
||||
regex = "1.12.2"
|
||||
serde_json = "1.0.149"
|
||||
tempfile = "3.24.0"
|
||||
thiserror = "2.0.18"
|
||||
walkdir = "2.5.0"
|
||||
yansi = "1.0.1"
|
||||
|
||||
eh = { path = "./eh" }
|
||||
eh-log = { path = "./crates/eh-log" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue