X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-allstuff%2FCargo.toml;h=b8ef8698dbc7b69095b6d9fe3a481cdee675c49c;hb=cd18e9d6925d272f5259e1beabc337b9bc6fd8f6;hp=e366f4ed492037a5f0afc76d239fd55c217bb73c;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00;p=nihav.git diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml index e366f4e..b8ef869 100644 --- a/nihav-allstuff/Cargo.toml +++ b/nihav-allstuff/Cargo.toml @@ -6,6 +6,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_rad = { path = "../nihav-rad" } +nihav_realmedia = { path = "../nihav-realmedia" } + +[dev-dependencies] +nihav_registry = { path = "../nihav-registry" }