diff --git a/recipes/wip/dev/cargo-clone/recipe.toml b/recipes/wip/dev/cargo-clone/recipe.toml new file mode 100644 index 000000000..cc70d6c04 --- /dev/null +++ b/recipes/wip/dev/cargo-clone/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/JanLikar/cargo-clone" +[build] +template = "custom" +script = """ +cookbook_cargo_packages cargo-clone +""" diff --git a/recipes/wip/dev/cargo-patch/recipe.toml b/recipes/wip/dev/cargo-patch/recipe.toml new file mode 100644 index 000000000..0f647cbf9 --- /dev/null +++ b/recipes/wip/dev/cargo-patch/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/itmettkeDE/cargo-patch" +[build] +template = "cargo"