File tree Expand file tree Collapse file tree
openshell-supervisor-network
openshell-supervisor-process Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ license.workspace = true
1010repository.workspace = true
1111rust-version.workspace = true
1212
13+ [lib ]
14+ path = " src/lib.rs"
15+
1316[dependencies ]
1417openshell-core = { path = " ../openshell-core" }
1518openshell-ocsf = { path = " ../openshell-ocsf" }
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ license.workspace = true
1010repository.workspace = true
1111rust-version.workspace = true
1212
13+ [lib ]
14+ path = " src/lib.rs"
15+
1316[dependencies ]
1417openshell-core = { path = " ../openshell-core" }
1518openshell-ocsf = { path = " ../openshell-ocsf" }
Original file line number Diff line number Diff line change 5353 ] ;
5454 assets = [
5555 ( root + "/proto" )
56- ( root + "/crates/openshell-sandbox /data" )
57- ( root + "/crates/openshell-sandbox/src/skills " )
58- ( root + "/crates/openshell-sandbox/testdata " )
56+ ( root + "/crates/openshell-supervisor-network /data" )
57+ ( root + "/crates/openshell-supervisor-network/testdata " )
58+ ( root + "/crates/openshell-supervisor-process/src/skills " )
5959 ] ;
6060 } ;
6161 openshell-driver-vm = {
You can’t perform that action at this time.
0 commit comments