Add Cargo.lock to repo to allow more reproducible builds for test container images
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 38s

This commit is contained in:
continuist 2025-09-19 18:48:06 -04:00
parent f1ee667fc2
commit 63419bb34c
2 changed files with 3217 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
# Rust
**/*/target/
**/*.rs.bk
Cargo.lock
# Cargo.lock is now committed for reproducible builds
# Node.js
**/*/node_modules/

3216
backend/Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff