feat: templatize project name in Cargo.toml

main
mandlm 2023-10-04 16:46:36 +02:00
parent b1ffebb011
commit 34c144e858
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[package] [package]
name = "leptonic-template" name = "{{ project-name }}"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"