aboutsummaryrefslogtreecommitdiff
path: root/controller-cli/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 /controller-cli/Cargo.toml
parent768804117c01d3b7a80b8899cb8fae0347dfb1fc (diff)
controller-cli: Proof of concept CLIHEADmaster
Diffstat (limited to 'controller-cli/Cargo.toml')
-rw-r--r--controller-cli/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/controller-cli/Cargo.toml b/controller-cli/Cargo.toml
new file mode 100644
index 0000000..4e9cfaa
--- /dev/null
+++ b/controller-cli/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "dd-controller-cli"
+version = "0.1.0"
+authors = ["Tom Smeding <tom.smeding@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+dd-controller = { path = "../controller" }
+dd-utils = { path = "../utils" }