Commit Graph

4 Commits

Author SHA1 Message Date
GarandPLG 6e46e26f7a Rename crate to veil-rs and update Nix scripts
Change package name from veil_rs to veil-rs.
Update Cargo.toml and Cargo.lock accordingly.
Update cargoHash in default.nix for the renamed package.
Comment out postInstall step that renamed the binary.
Rename `args` variable to `_args` in main.rs to silence unused warning.
2026-06-04 12:33:12 +02:00
GarandPLG c78ce27dba Add subcommand support with colored help banner
Enable `clap` color feature, introduce subcommands (Sync, Add, Rm, Ls)
and a
custom before‑help banner, and update `main` to return a `Result`.
2026-06-03 16:35:31 +02:00
GarandPLG f9bebfc938 init 2026-06-03 14:16:45 +02:00
GarandPLG fe9c7e9682 Initial commit 2026-06-03 12:21:19 +02:00