Update the name of the project using template #3

Merged
tipragot merged 1 commit from template into main 2023-12-02 12:06:23 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a512e1eea3 - Show all commits

1
.gitea/template Normal file
View file

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

View file

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