X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-registry%2FCargo.toml;fp=nihav-registry%2FCargo.toml;h=0eb6b8c668f192675b3dc8a0d8b06bfdd4437bb5;hb=32f7cbe538d71574f7ac05aa51599d2678f5db3f;hp=0000000000000000000000000000000000000000;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;p=nihav.git diff --git a/nihav-registry/Cargo.toml b/nihav-registry/Cargo.toml new file mode 100644 index 0000000..0eb6b8c --- /dev/null +++ b/nihav-registry/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "nihav_registry" +version = "0.1.0" +authors = ["Kostya Shishkov "] +edition = "2018" + +[dependencies] +nihav_core = { path = "../nihav-core" }