瀏覽代碼

Fix: #2508. Update dominator recipe description. (#2514)

Co-authored-by: David Von Edge <david.vonedge@smiths.com>
edgex004 4 年之前
父節點
當前提交
97edb3ac49

+ 5 - 0
.changes/cta-add-empty-description-for-rust-dominator.md

@@ -0,0 +1,5 @@
+---
+"create-tauri-app": patch
+---
+
+Add empty description to Cargo.toml in dominator recipe.

+ 1 - 0
tooling/create-tauri-app/src/templates/dominator/_Cargo.toml

@@ -3,6 +3,7 @@ name = "<%= name %>"
 version = "1.0.0"
 categories = ["wasm"]
 edition = "2018"
+description = ""
 
 [profile.release]
 lto = true