move producing to sub-project

This commit is contained in:
Savosin Denis
2025-06-03 11:34:09 +07:00
parent 0c858b59b3
commit 1bda2e1d21
15 changed files with 39 additions and 176 deletions

View File

@@ -5,3 +5,5 @@ rootProject.name = "demo"
include("db")
include("core")
include("edge-consuming")
include("edge-producing")
include("edge-contracts")