@@ -0,0 +1,6 @@
+---
+"cli.rs": patch
+"cli.js": patch
+
+Readd the Cargo.toml file to the plugin template.
@@ -0,0 +1,16 @@
+[package]
+name = "tauri-plugin-{{ plugin_name }}"
+version = "0.0.0"
+authors = [ "{{ author }}" ]
+description = ""
+edition = "2021"
+rust-version = "1.60"
+exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
+[dependencies]
+tauri = {{{ tauri_dep }}}
+serde = "1.0"
+thiserror = "1.0"
+[build-dependencies]
+tauri-build = {{{ tauri_build_dep }}}