add agent to workflow

This commit is contained in:
csehviktor
2025-07-22 19:55:50 +02:00
parent c3293898e8
commit 00f7be0d25
2 changed files with 258 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
[workspace]
resolver = "2"
members = ["common", "server"]
exclude = ["agent"]
members = ["common", "server", "agent"]