diff --git a/recipes/wip/dev/get-blessed/recipe.toml b/recipes/wip/dev/get-blessed/recipe.toml index adc81be47ab3b60b5207f9599157cd5925a27bd7..6c4b14fdbd41671033a0c9f625ad451f5a0d1b1f 100644 --- a/recipes/wip/dev/get-blessed/recipe.toml +++ b/recipes/wip/dev/get-blessed/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/josueBarretogit/get_blessed_rs" [build] diff --git a/recipes/wip/dev/gex/recipe.toml b/recipes/wip/dev/gex/recipe.toml index 7ab5fb34676c4d88302375166cb62c360660d1f9..3d710cf22128a4c7edb046a1231572a72a1a8027 100644 --- a/recipes/wip/dev/gex/recipe.toml +++ b/recipes/wip/dev/gex/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Piturnah/gex" [build] diff --git a/recipes/wip/dev/gfold/recipe.toml b/recipes/wip/dev/gfold/recipe.toml index 59d41633833158a267924d88646d7481b0de3be9..f698808ea19c69d3df5d811015df7fafd3f70ef4 100644 --- a/recipes/wip/dev/gfold/recipe.toml +++ b/recipes/wip/dev/gfold/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/nickgerace/gfold" [build] diff --git a/recipes/wip/dev/gist-rs/recipe.toml b/recipes/wip/dev/gist-rs/recipe.toml index 29abdf659c68764480ade73756e5dcf0b854d0b0..4d89631e6e4c3d0b8d4f5921e405091d9a67f05d 100644 --- a/recipes/wip/dev/gist-rs/recipe.toml +++ b/recipes/wip/dev/gist-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/oz/gist" [build] diff --git a/recipes/wip/dev/git-grab/recipe.toml b/recipes/wip/dev/git-grab/recipe.toml index 278ca098533fb8aadfb19ae318a5cf307d668783..c3a6e00fecf368495790342affe51207b4dd8cc9 100644 --- a/recipes/wip/dev/git-grab/recipe.toml +++ b/recipes/wip/dev/git-grab/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/wezm/git-grab" [build] diff --git a/recipes/wip/dev/git-graph/recipe.toml b/recipes/wip/dev/git-graph/recipe.toml index bfc5f5a4259e883e022d1a2a845c27829a1b4270..ef9aacff209c552607987aa1f3efda624b92abef 100644 --- a/recipes/wip/dev/git-graph/recipe.toml +++ b/recipes/wip/dev/git-graph/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/mlange-42/git-graph" [build] diff --git a/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml b/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml index 5ed901703979a3e912e4c1c96b15ed8c4cd029bd..dae20f2f596597060037fed07c3f4a3e38f642d9 100644 --- a/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml +++ b/recipes/wip/dev/git-interactive-rebase-tool/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/MitMaro/git-interactive-rebase-tool" [build] diff --git a/recipes/wip/dev/git-repo-manager/recipe.toml b/recipes/wip/dev/git-repo-manager/recipe.toml index f40c45867106bc0522c88506c42c785fd18d53fe..5dd69ac0e1f0dcc8439f2e263b5336bc2084b24c 100644 --- a/recipes/wip/dev/git-repo-manager/recipe.toml +++ b/recipes/wip/dev/git-repo-manager/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/hakoerber/git-repo-manager" [build] template = "cargo" +dependencies = [ + "openssl1", +]