aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-03-28 21:29:50 +0100
committerTom Smeding <tom.smeding@gmail.com>2020-03-28 21:30:41 +0100
commitbe5ba0b1c3cb993543e50a4325e40ceaeb8082fb (patch)
tree768976ab41954e864c8fc98d425389fc8b6591d7 /Cargo.toml
parent768804117c01d3b7a80b8899cb8fae0347dfb1fc (diff)
controller-cli: Proof of concept CLIHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f6a5141..339f427 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,3 @@
[workspace]
-members = ["worker", "controller", "utils"]
+members = ["worker", "controller", "controller-cli", "utils"]