Use project name in Cargo.toml
This commit is contained in:
parent
65a4980294
commit
d6ae2282f7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bla" #"${REPO_NAME_LOWER}"
|
name = "${REPO_NAME_LOWER}"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in a new issue