From 6fd95ac36cd14dc3b7d925c314d21e47a7b56d76 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 19 May 2024 02:19:37 +0000
Subject: [PATCH] Add recipes

---
 recipes/wip/dev/cargo-attribution/recipe.toml    | 5 +++++
 recipes/wip/dev/cargo-check-deadlock/recipe.toml | 5 +++++
 recipes/wip/dev/cargo-docs/recipe.toml           | 5 +++++
 recipes/wip/dev/cargo-duplicates/recipe.toml     | 5 +++++
 recipes/wip/dev/cargo-featalign/recipe.toml      | 5 +++++
 recipes/wip/dev/cargo-gc/recipe.toml             | 5 +++++
 recipes/wip/dev/cargo-leet/recipe.toml           | 5 +++++
 recipes/wip/dev/cargo-single-line/recipe.toml    | 5 +++++
 recipes/wip/dev/cargo-sync-rdme/recipe.toml      | 5 +++++
 recipes/wip/dev/cargo-trend/recipe.toml          | 5 +++++
 recipes/wip/dev/ecargo/recipe.toml               | 5 +++++
 recipes/wip/dev/lockdiff/recipe.toml             | 5 +++++
 12 files changed, 60 insertions(+)
 create mode 100644 recipes/wip/dev/cargo-attribution/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-check-deadlock/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-docs/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-duplicates/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-featalign/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-gc/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-leet/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-single-line/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-sync-rdme/recipe.toml
 create mode 100644 recipes/wip/dev/cargo-trend/recipe.toml
 create mode 100644 recipes/wip/dev/ecargo/recipe.toml
 create mode 100644 recipes/wip/dev/lockdiff/recipe.toml

diff --git a/recipes/wip/dev/cargo-attribution/recipe.toml b/recipes/wip/dev/cargo-attribution/recipe.toml
new file mode 100644
index 000000000..63ca71447
--- /dev/null
+++ b/recipes/wip/dev/cargo-attribution/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ameknite/cargo-attribution"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-check-deadlock/recipe.toml b/recipes/wip/dev/cargo-check-deadlock/recipe.toml
new file mode 100644
index 000000000..001253e0c
--- /dev/null
+++ b/recipes/wip/dev/cargo-check-deadlock/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/hlisdero/cargo-check-deadlock"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-docs/recipe.toml b/recipes/wip/dev/cargo-docs/recipe.toml
new file mode 100644
index 000000000..230df1335
--- /dev/null
+++ b/recipes/wip/dev/cargo-docs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/btwiuse/cargo-docs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-duplicates/recipe.toml b/recipes/wip/dev/cargo-duplicates/recipe.toml
new file mode 100644
index 000000000..c0150263b
--- /dev/null
+++ b/recipes/wip/dev/cargo-duplicates/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Keruspe/cargo-duplicates"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-featalign/recipe.toml b/recipes/wip/dev/cargo-featalign/recipe.toml
new file mode 100644
index 000000000..880931a92
--- /dev/null
+++ b/recipes/wip/dev/cargo-featalign/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/hack-ink/cargo-featalign"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-gc/recipe.toml b/recipes/wip/dev/cargo-gc/recipe.toml
new file mode 100644
index 000000000..e5d2e85a9
--- /dev/null
+++ b/recipes/wip/dev/cargo-gc/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/waynexia/cargo-gc"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-leet/recipe.toml b/recipes/wip/dev/cargo-leet/recipe.toml
new file mode 100644
index 000000000..49941b4e7
--- /dev/null
+++ b/recipes/wip/dev/cargo-leet/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-practice/cargo-leet"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-single-line/recipe.toml b/recipes/wip/dev/cargo-single-line/recipe.toml
new file mode 100644
index 000000000..f6e16f5d3
--- /dev/null
+++ b/recipes/wip/dev/cargo-single-line/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/mexus/cargo-single-line"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-sync-rdme/recipe.toml b/recipes/wip/dev/cargo-sync-rdme/recipe.toml
new file mode 100644
index 000000000..2d1ff6f5e
--- /dev/null
+++ b/recipes/wip/dev/cargo-sync-rdme/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/gifnksm/cargo-sync-rdme"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-trend/recipe.toml b/recipes/wip/dev/cargo-trend/recipe.toml
new file mode 100644
index 000000000..17dc0d5d9
--- /dev/null
+++ b/recipes/wip/dev/cargo-trend/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/dalance/cargo-trend"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/ecargo/recipe.toml b/recipes/wip/dev/ecargo/recipe.toml
new file mode 100644
index 000000000..9c0e0de39
--- /dev/null
+++ b/recipes/wip/dev/ecargo/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/crumblingstatue/ecargo"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/lockdiff/recipe.toml b/recipes/wip/dev/lockdiff/recipe.toml
new file mode 100644
index 000000000..c01e07953
--- /dev/null
+++ b/recipes/wip/dev/lockdiff/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/your-tools/lockdiff"
+[build]
+template = "cargo"
-- 
GitLab