Added Cargo.lock (nix requires all inputs to be locked)

This commit is contained in:
2025-12-30 13:21:57 +03:00
parent 96853b36d6
commit 03d1ad8be0
2 changed files with 252 additions and 1 deletions

4
.gitignore vendored
View File

@@ -1,5 +1,7 @@
/target
Cargo.lock
# nix requires the Cargo.lock file to be available.
# it can not build otherwise, at all.
#Cargo.lock
.idea
# This part is taken from GitHub's macOS gitignore template