summaryrefslogtreecommitdiffhomepage
path: root/tools/unitctl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/unitctl/Cargo.toml')
-rw-r--r--tools/unitctl/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/unitctl/Cargo.toml b/tools/unitctl/Cargo.toml
new file mode 100644
index 00000000..c9c6a272
--- /dev/null
+++ b/tools/unitctl/Cargo.toml
@@ -0,0 +1,8 @@
+[workspace]
+resolver = "2"
+
+members = [
+ "unit-openapi",
+ "unit-client-rs",
+ "unitctl"
+] \ No newline at end of file