From 34c144e858b0e6bdac817bf21c9fa38575fb1103 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 4 Oct 2023 16:46:36 +0200 Subject: [PATCH] feat: templatize project name in Cargo.toml --- Cargo.toml => Cargo.toml.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Cargo.toml => Cargo.toml.liquid (91%) diff --git a/Cargo.toml b/Cargo.toml.liquid similarity index 91% rename from Cargo.toml rename to Cargo.toml.liquid index 66258da..6639c53 100644 --- a/Cargo.toml +++ b/Cargo.toml.liquid @@ -1,5 +1,5 @@ [package] -name = "leptonic-template" +name = "{{ project-name }}" version = "0.1.0" edition = "2021"