add files

This commit is contained in:
2025-11-13 21:07:47 +01:00
parent f065cf7d0f
commit 77d5454629
19 changed files with 1795 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[workspace]
members = [
".", # keep the Tauri app in the workspace
"open_wrapper"
]
[package]
name = "connect_demo"
edition = "2021"
build = "build.rs"
[workspace.package]
edition = "2021"
[dependencies]
open_wrapper = { path = "open_wrapper" }