diff --git a/recipes/wip/tools/dispatch/recipe.toml b/recipes/wip/tools/dispatch/recipe.toml index b064e5f503f8a64fcca4dca1ed443a86b5f9d1b2..ac547168fedc721cd18fc5f4207679d4e199b577 100644 --- a/recipes/wip/tools/dispatch/recipe.toml +++ b/recipes/wip/tools/dispatch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested (after cargo update) +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/brianyu28/dispatch" [build] diff --git a/recipes/wip/tools/epub2txt/recipe.toml b/recipes/wip/tools/epub2txt/recipe.toml index cbe24729f78dbcaaa72e47230a5e022de22146e6..ca3a78ade927e74554d319dd0e995cfab2270458 100644 --- a/recipes/wip/tools/epub2txt/recipe.toml +++ b/recipes/wip/tools/epub2txt/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/quininer/epub2txt" [build] diff --git a/recipes/wip/tools/navi/recipe.toml b/recipes/wip/tools/navi/recipe.toml index 5a025fd614bc74a0ffd8fa2e41b4736f3e84a72b..15f021f93f06fc5d5cc9e03d831ca436a9d43a93 100644 --- a/recipes/wip/tools/navi/recipe.toml +++ b/recipes/wip/tools/navi/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs_at and libc crate errors (after cargo update) [source] git = "https://github.com/denisidoro/navi" [build] diff --git a/recipes/wip/tools/notnow/recipe.toml b/recipes/wip/tools/notnow/recipe.toml index fe2e9ddce689dce40a4dc71b9a34542393cb7e76..9d7e5b2ce64bb71bc1a1bc267a66667f11254f08 100644 --- a/recipes/wip/tools/notnow/recipe.toml +++ b/recipes/wip/tools/notnow/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/d-e-s-o/notnow" [build] diff --git a/recipes/wip/tools/rusty/recipe.toml b/recipes/wip/tools/rusty/recipe.toml index bedc4ba3f630afdbd7ea97fabb299a675145cbb6..3140ba40ab9bb19fd51849ebf6cfb02e749437bf 100644 --- a/recipes/wip/tools/rusty/recipe.toml +++ b/recipes/wip/tools/rusty/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/zahidkhawaja/rusty" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/tools/rusync/recipe.toml b/recipes/wip/tools/rusync/recipe.toml index 21258e5b2347ee5baa77383cb922580350751bdf..605353d41767f094e6da9f6f023db7b6cb8d07b4 100644 --- a/recipes/wip/tools/rusync/recipe.toml +++ b/recipes/wip/tools/rusync/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/your-tools/rusync" [build] diff --git a/recipes/wip/tools/unzrip/recipe.toml b/recipes/wip/tools/unzrip/recipe.toml index c90407d8af74a08f20b408722bc55a6b24fb0ae4..e31e1140d3ea1c0b47f2997cc46da15258e2f04c 100644 --- a/recipes/wip/tools/unzrip/recipe.toml +++ b/recipes/wip/tools/unzrip/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO make zstd work (after cargo update) [source] git = "https://github.com/quininer/unzrip" [build] template = "cargo" +dependencies = [ + "zstd", +]