exclude examples from cargo workspace

This commit is contained in:
Jonas Kruckenberg
2023-01-11 20:23:35 +01:00
parent 9f2f2bdacb
commit 183a081364
5 changed files with 32 additions and 366 deletions
@@ -1,5 +1,7 @@
[workspace]
[package]
name = "single-instance-example"
name = "app"
version = "0.1.0"
description = "A Tauri App"
authors = [ "You" ]