chore(template): Replace {{name}} with PLUGIN_NAME (#1088)

fixes #1052
This commit is contained in:
Fabian-Lars
2024-03-18 09:40:37 +01:00
committed by GitHub
parent cb96aa0627
commit 7b9fa6607b
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
[package]
name = "tauri-plugin-{{name}}"
name = "tauri-plugin-PLUGIN_NAME"
version = "1.0.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
links = "tauri-plugin-{{name}}"
links = "tauri-plugin-PLUGIN_NAME"
[package.metadata.docs.rs]
rustc-args = [ "--cfg", "docsrs" ]