feat: some shit

This commit is contained in:
2024-02-28 21:21:42 +01:00
commit 27b6514167
39 changed files with 9501 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[workspace]
resolver = "2"
members = [
"packages/runtime_executor_rust",
"nodes/add",
"nodes/subtract",
"frontend/src-tauri",
"packages/node_registry_rust", "nodes/multiply",
]
[profile.release]
lto = true