initial commit

This commit is contained in:
raf 2025-07-21 23:56:50 +03:00
commit a4d6b9e203
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
8 changed files with 709 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[workspace]
members = ["eh", "xtask"]
resolver = "3"
[workspace.package]
authors = [ "NotAShelf <raf@notashelf.dev>"]
description = "Ergonomic Nix CLI helper"
edition = "2024"
license = "MPL-2.0"
readme = true
rust-version = "1.85"
version = "0.1.0"
[workspace.dependencies]
clap = { version = "4.5", features = ["derive"] }
regex = "1.0"