From d6ae2282f73886734c9b3862452237d6befd0d21 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 1 Oct 2022 17:38:52 +0200 Subject: [PATCH] Use project name in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c5f1c8..6378975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "bla" #"${REPO_NAME_LOWER}" +name = "${REPO_NAME_LOWER}" license = "MPL-2.0" version = "0.1.0" edition = "2021"