split NihAV into subcrates
[nihav.git] / nihav-allstuff / Cargo.toml
diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml
new file mode 100644 (file)
index 0000000..e366f4e
--- /dev/null
@@ -0,0 +1,11 @@
+[package]
+name = "nihav_allstuff"
+version = "0.1.0"
+authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+nihav_core = { path = "../nihav-core" }
+nihav_game = { path = "../nihav-game" }
+nihav_indeo = { path = "../nihav-indeo" }
+nihav_realmedia = { path = "../nihav-realmedia" }
\ No newline at end of file