Merge pull request 'Update the name of the project using template' (#3) from template into main
Some checks failed
Rust Checks / checks (push) Failing after 4s

Reviewed-on: #3
This commit is contained in:
Tipragot 2023-12-02 12:06:21 +00:00 committed by Gitea
commit 591ecbf7e5
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

1
.gitea/template Normal file
View file

@ -0,0 +1 @@
Cargo.toml

View file

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