Update the name of the project using template
Some checks failed
Rust Checks / checks (push) Failing after 4s
Rust Checks / checks (pull_request) Failing after 4s

This commit is contained in:
Tipragot 2023-12-02 13:04:24 +01:00
parent 8c7218964e
commit a512e1eea3
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"