X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-allstuff%2FCargo.toml;h=6c5de36f500c0d2e355d41ba0c6dc7e45af412c4;hb=237cc1f9576ed23c7a2f9bb34b43e5d07e93f710;hp=152739c2a39332c30a4520350fed3760612d2b2c;hpb=606c448ef167017c3171b49f9eb2af82c15079ce;p=nihav.git diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml index 152739c..6c5de36 100644 --- a/nihav-allstuff/Cargo.toml +++ b/nihav-allstuff/Cargo.toml @@ -7,7 +7,13 @@ edition = "2018" [dependencies] nihav_core = { path = "../nihav-core" } nihav_commonfmt = { path = "../nihav-commonfmt" } +nihav_duck = { path = "../nihav-duck" } nihav_game = { path = "../nihav-game" } nihav_indeo = { path = "../nihav-indeo" } +nihav_ms = { path = "../nihav-ms" } +nihav_qt = { path = "../nihav-qt" } nihav_rad = { path = "../nihav-rad" } -nihav_realmedia = { path = "../nihav-realmedia" } \ No newline at end of file +nihav_realmedia = { path = "../nihav-realmedia" } + +[dev-dependencies] +nihav_registry = { path = "../nihav-registry" }