make proxy part of the project structure

This commit is contained in:
2024-11-11 14:35:04 -07:00
parent efe842f671
commit 80aedc7269
8 changed files with 747 additions and 46 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = [ "common","gui"]
members = [ "common","gui", "proxy"]
[workspace.dependencies]
serde = { version = "1.0.214", features = ["derive"] }