feat: templatize project name in Cargo.toml
This commit is contained in:
parent
b1ffebb011
commit
34c144e858
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "leptonic-template"
|
||||
name = "{{ project-name }}"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
Loading…
Reference in a new issue