Use project name in Cargo.toml

This commit is contained in:
Rafael Caricio 2022-10-01 17:38:52 +02:00
parent 65a4980294
commit d6ae2282f7
Signed by: rafaelcaricio
GPG key ID: 3C86DBCE8E93C947

View file

@ -1,5 +1,5 @@
[package]
name = "bla" #"${REPO_NAME_LOWER}"
name = "${REPO_NAME_LOWER}"
license = "MPL-2.0"
version = "0.1.0"
edition = "2021"