diff --git a/recipes/wip/dev/cargo-all-features/recipe.toml b/recipes/wip/dev/cargo-all-features/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..1575b32d2a11f12677dc9ef888e536c9145158c6 --- /dev/null +++ b/recipes/wip/dev/cargo-all-features/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/frewsxcv/cargo-all-features" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-careful/recipe.toml b/recipes/wip/dev/cargo-careful/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..6d0bcf070f552e3a70620230acdad8aeb6a30fe2 --- /dev/null +++ b/recipes/wip/dev/cargo-careful/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/RalfJung/cargo-careful" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-llvm-lines/recipe.toml b/recipes/wip/dev/cargo-llvm-lines/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..bf7b26b3e1a30df34fd56b056726f34cb260c2f6 --- /dev/null +++ b/recipes/wip/dev/cargo-llvm-lines/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dtolnay/cargo-llvm-lines" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-public-api/recipe.toml b/recipes/wip/dev/cargo-public-api/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..eb8fcaa6b60ad4dd61e2c73a4a30474bd6648b7a --- /dev/null +++ b/recipes/wip/dev/cargo-public-api/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Enselic/cargo-public-api" +[build] +template = "custom" +script = """ +cookbook_cargo_packages cargo-public-api +""" diff --git a/recipes/wip/dev/cargo-spellcheck/recipe.toml b/recipes/wip/dev/cargo-spellcheck/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..3c846f8305423eab9b4aaa3bcd81613620600550 --- /dev/null +++ b/recipes/wip/dev/cargo-spellcheck/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/drahnr/cargo-spellcheck" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-supply-chain/recipe.toml b/recipes/wip/dev/cargo-supply-chain/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..735281e57d6805079c3cde92ebcd30d26d84f81e --- /dev/null +++ b/recipes/wip/dev/cargo-supply-chain/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-secure-code/cargo-supply-chain" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-tally/recipe.toml b/recipes/wip/dev/cargo-tally/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d56583bd26e2fbb9d86620e4c16e77e5b1183e2a --- /dev/null +++ b/recipes/wip/dev/cargo-tally/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dtolnay/cargo-tally" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-wizard/recipe.toml b/recipes/wip/dev/cargo-wizard/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..ed3d2f2bdf4c81463f2fb35194a7d19c441b90b0 --- /dev/null +++ b/recipes/wip/dev/cargo-wizard/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Kobzol/cargo-wizard" +[build] +template = "cargo" diff --git a/recipes/wip/dev/panamax/recipe.toml b/recipes/wip/dev/panamax/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..3f70016c36df62c3f9fd268f45fe53777ebaee04 --- /dev/null +++ b/recipes/wip/dev/panamax/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/panamax-rs/panamax" +[build] +template = "cargo" diff --git a/recipes/wip/dev/rust-script/recipe.toml b/recipes/wip/dev/rust-script/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e57bb3a81d91ca4cf19673daf6670c929474ed58 --- /dev/null +++ b/recipes/wip/dev/rust-script/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/fornwall/rust-script" +[build] +template = "cargo" diff --git a/recipes/wip/dev/scriptisto/recipe.toml b/recipes/wip/dev/scriptisto/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..1c6e5f1b5c6b052be078c9cf213909a52655a0a1 --- /dev/null +++ b/recipes/wip/dev/scriptisto/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/igor-petruk/scriptisto" +[build] +template = "cargo"