Compare commits

...

2 commits

Author SHA1 Message Date
Tipragot 591ecbf7e5
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
2023-12-02 12:06:21 +00:00
Tipragot a512e1eea3 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
2023-12-02 13:04:24 +01:00
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"