aboutsummaryrefslogtreecommitdiff
path: root/ops/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ops/Cargo.toml')
-rw-r--r--ops/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ops/Cargo.toml b/ops/Cargo.toml
new file mode 100644
index 0000000..d74126c
--- /dev/null
+++ b/ops/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "ilc-ops"
+version = "0.1.0"
+authors = ["Till Höppner <till@hoeppner.ws>"]
+
+[dependencies]
+# ilc-base = "*"
+ilc-base = { path = "../base" }
+blist = "0.0.4"