| commit | b4bc16dc7a5af4cefd1521b3fcff8447478eee3f |
| parent | 5cd68abb2c |
| author | Lucas Galante <[email protected]> |
| date | 2026-06-14 15:29 |
Add workspace Cargo.toml
Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7b869ae --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[workspace] +resolver = "2" +members = [ + "cce-client", + "cce-server", +]