diff --git a/recipes/wip/dev/cargo-depsize/recipe.toml b/recipes/wip/dev/cargo-depsize/recipe.toml index 4f6e8176..1c08a4e6 100644 --- a/recipes/wip/dev/cargo-depsize/recipe.toml +++ b/recipes/wip/dev/cargo-depsize/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO cargo-util crate error [source] git = "https://github.com/Alfex4936/cargo-depsize" [build] diff --git a/recipes/wip/dev/cargo-derivefmt/recipe.toml b/recipes/wip/dev/cargo-derivefmt/recipe.toml index 64e26180..ce753166 100644 --- a/recipes/wip/dev/cargo-derivefmt/recipe.toml +++ b/recipes/wip/dev/cargo-derivefmt/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/dcchut/cargo-derivefmt" [build] diff --git a/recipes/wip/dev/cargo-dist/recipe.toml b/recipes/wip/dev/cargo-dist/recipe.toml index 05415867..16736256 100644 --- a/recipes/wip/dev/cargo-dist/recipe.toml +++ b/recipes/wip/dev/cargo-dist/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/axodotdev/cargo-dist" [build] diff --git a/recipes/wip/dev/cargo-docs-rs/recipe.toml b/recipes/wip/dev/cargo-docs-rs/recipe.toml index 6570a407..660e65e1 100644 --- a/recipes/wip/dev/cargo-docs-rs/recipe.toml +++ b/recipes/wip/dev/cargo-docs-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/dtolnay/cargo-docs-rs" [build] diff --git a/recipes/wip/dev/cargo-docs/recipe.toml b/recipes/wip/dev/cargo-docs/recipe.toml index 230df133..c19b8e18 100644 --- a/recipes/wip/dev/cargo-docs/recipe.toml +++ b/recipes/wip/dev/cargo-docs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO openssl-sys crate error [source] git = "https://github.com/btwiuse/cargo-docs" [build] diff --git a/recipes/wip/dev/cargo-duplicates/recipe.toml b/recipes/wip/dev/cargo-duplicates/recipe.toml index c0150263..e0e52ca5 100644 --- a/recipes/wip/dev/cargo-duplicates/recipe.toml +++ b/recipes/wip/dev/cargo-duplicates/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/Keruspe/cargo-duplicates" [build] template = "cargo" +dependencies = [ + "openssl1", +]