split nihav-registry from nihav-core
[nihav.git] / nihav-registry / Cargo.toml
diff --git a/nihav-registry/Cargo.toml b/nihav-registry/Cargo.toml
new file mode 100644 (file)
index 0000000..0eb6b8c
--- /dev/null
@@ -0,0 +1,8 @@
+[package]
+name = "nihav_registry"
+version = "0.1.0"
+authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+nihav_core = { path = "../nihav-core" }