Merge pull request 'Adding project name in Cargo.lock' (#5) from lock-template into main
Some checks failed
Rust Checks / checks (push) Failing after 3s

Reviewed-on: #5
This commit is contained in:
Tipragot 2023-12-02 13:29:07 +00:00 committed by Gitea
commit 3081db95ca
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1,2 @@
Cargo.toml
Cargo.lock

2
Cargo.lock generated
View file

@ -3,5 +3,5 @@
version = 3
[[package]]
name = "rust"
name = "${REPO_NAME}"
version = "0.1.0"