X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-allstuff%2FCargo.toml;h=9fc23f7cd296b41b30bef67b108c87f4f0c2c7c6;hp=e366f4ed492037a5f0afc76d239fd55c217bb73c;hb=16cca4d3a7a7505ae31a7469b3547c52650fd194;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00 diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml index e366f4e..9fc23f7 100644 --- a/nihav-allstuff/Cargo.toml +++ b/nihav-allstuff/Cargo.toml @@ -6,6 +6,19 @@ edition = "2018" [dependencies] nihav_core = { path = "../nihav-core" } +nihav_commonfmt = { path = "../nihav-commonfmt" } +nihav_duck = { path = "../nihav-duck" } +nihav_flash = { path = "../nihav-flash" } nihav_game = { path = "../nihav-game" } nihav_indeo = { path = "../nihav-indeo" } -nihav_realmedia = { path = "../nihav-realmedia" } \ No newline at end of file +nihav_itu = { path = "../nihav-itu" } +nihav_llaudio = { path = "../nihav-llaudio" } +nihav_mpeg = { path = "../nihav-mpeg" } +nihav_ms = { path = "../nihav-ms" } +nihav_qt = { path = "../nihav-qt" } +nihav_rad = { path = "../nihav-rad" } +nihav_realmedia = { path = "../nihav-realmedia" } +nihav_vivo = { path = "../nihav-vivo" } + +[dev-dependencies] +nihav_registry = { path = "../nihav-registry" }