summaryrefslogtreecommitdiff
path: root/crates/control/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/control/Cargo.toml')
-rw-r--r--crates/control/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/control/Cargo.toml b/crates/control/Cargo.toml
new file mode 100644
index 0000000..6934db5
--- /dev/null
+++ b/crates/control/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "argonaut-control"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+tokio = { workspace = true }
+tracing = { workspace = true }
+tracing-subscriber = { workspace = true }