From c80158d51f8f9be190f155ef8bc7ea5d6ea2e2f2 Mon Sep 17 00:00:00 2001 From: Chip Reed Date: Wed, 22 Feb 2023 21:24:19 -0800 Subject: [PATCH] update workspace exclusion comment --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f914ecdf..f314a0579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ members = [ ] exclude = [ - # examples that can be compiled with the tauri CLI + # examples that require NodeJS and/or NPM "examples/api/src-tauri", "examples/updater/src-tauri", "examples/resources/src-tauri",