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.
This commit is contained in:
2026-06-04 12:33:12 +02:00
parent c78ce27dba
commit 6e46e26f7a
5 changed files with 10 additions and 10 deletions
Generated
+1 -1
View File
@@ -1114,7 +1114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "veil_rs"
name = "veil-rs"
version = "0.1.0"
dependencies = [
"anyhow",