X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-allstuff%2FCargo.toml;h=49aeaae28ce918335773b0b42a8b322449d6a295;hb=c8db9313866c4d7bcf34e45e486d2f909daa16d9;hp=5003f752ddec2f6608c326ab192905d275f316cf;hpb=38953fb529efad1b0b609eec77f7839e62ad2719;p=nihav.git diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml index 5003f75..49aeaae 100644 --- a/nihav-allstuff/Cargo.toml +++ b/nihav-allstuff/Cargo.toml @@ -7,6 +7,12 @@ 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_realmedia = { path = "../nihav-realmedia" } \ No newline at end of file +nihav_ms = { path = "../nihav-ms" } +nihav_rad = { path = "../nihav-rad" } +nihav_realmedia = { path = "../nihav-realmedia" } + +[dev-dependencies] +nihav_registry = { path = "../nihav-registry" }