diff --git a/recipes/wip/dev/cargo-docs-rs/recipe.toml b/recipes/wip/dev/cargo-docs-rs/recipe.toml new file mode 100644 index 00000000..6570a407 --- /dev/null +++ b/recipes/wip/dev/cargo-docs-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dtolnay/cargo-docs-rs" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-hackerman/recipe.toml b/recipes/wip/dev/cargo-hackerman/recipe.toml new file mode 100644 index 00000000..5bb6b7f4 --- /dev/null +++ b/recipes/wip/dev/cargo-hackerman/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/pacak/hackerman" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-multivers/recipe.toml b/recipes/wip/dev/cargo-multivers/recipe.toml new file mode 100644 index 00000000..db28a44a --- /dev/null +++ b/recipes/wip/dev/cargo-multivers/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ronnychevalier/cargo-multivers" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-px/recipe.toml b/recipes/wip/dev/cargo-px/recipe.toml new file mode 100644 index 00000000..ded1090d --- /dev/null +++ b/recipes/wip/dev/cargo-px/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/LukeMathWalker/cargo-px" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-shear/recipe.toml b/recipes/wip/dev/cargo-shear/recipe.toml new file mode 100644 index 00000000..8e9619a6 --- /dev/null +++ b/recipes/wip/dev/cargo-shear/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Boshen/cargo-shear" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-trim/recipe.toml b/recipes/wip/dev/cargo-trim/recipe.toml new file mode 100644 index 00000000..36e15b27 --- /dev/null +++ b/recipes/wip/dev/cargo-trim/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/iamsauravsharma/cargo-trim" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-unfmt/recipe.toml b/recipes/wip/dev/cargo-unfmt/recipe.toml new file mode 100644 index 00000000..6897501a --- /dev/null +++ b/recipes/wip/dev/cargo-unfmt/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/fprasx/cargo-unfmt" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-unmaintained/recipe.toml b/recipes/wip/dev/cargo-unmaintained/recipe.toml new file mode 100644 index 00000000..99138612 --- /dev/null +++ b/recipes/wip/dev/cargo-unmaintained/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/trailofbits/cargo-unmaintained" +[build] +template = "cargo" diff --git a/recipes/wip/security/cargo-scan/recipe.toml b/recipes/wip/security/cargo-scan/recipe.toml new file mode 100644 index 00000000..b5289b51 --- /dev/null +++ b/recipes/wip/security/cargo-scan/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/PLSysSec/cargo-scan" +[build] +template = "cargo"