From 6e5201b9c51e37d6d855c0c1fff7e7e9a2bd57bc Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 22 Apr 2024 08:59:07 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/clippy/recipe.toml | 5 +++++ recipes/wip/dev/crater/recipe.toml | 5 +++++ recipes/wip/dev/rust-analyzer/recipe.toml | 5 +++++ recipes/wip/dev/rustfmt/recipe.toml | 5 +++++ recipes/wip/dev/rustup/recipe.toml | 5 +++++ recipes/wip/tools/lines-rs/recipe.toml | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 recipes/wip/dev/clippy/recipe.toml create mode 100644 recipes/wip/dev/crater/recipe.toml create mode 100644 recipes/wip/dev/rust-analyzer/recipe.toml create mode 100644 recipes/wip/dev/rustfmt/recipe.toml create mode 100644 recipes/wip/dev/rustup/recipe.toml create mode 100644 recipes/wip/tools/lines-rs/recipe.toml diff --git a/recipes/wip/dev/clippy/recipe.toml b/recipes/wip/dev/clippy/recipe.toml new file mode 100644 index 000000000..db81cc483 --- /dev/null +++ b/recipes/wip/dev/clippy/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/rust-clippy" +[build] +template = "cargo" diff --git a/recipes/wip/dev/crater/recipe.toml b/recipes/wip/dev/crater/recipe.toml new file mode 100644 index 000000000..36433fe77 --- /dev/null +++ b/recipes/wip/dev/crater/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/crater" +[build] +template = "cargo" diff --git a/recipes/wip/dev/rust-analyzer/recipe.toml b/recipes/wip/dev/rust-analyzer/recipe.toml new file mode 100644 index 000000000..d74f1c316 --- /dev/null +++ b/recipes/wip/dev/rust-analyzer/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/rust-analyzer" +[build] +template = "cargo" diff --git a/recipes/wip/dev/rustfmt/recipe.toml b/recipes/wip/dev/rustfmt/recipe.toml new file mode 100644 index 000000000..7bac4a362 --- /dev/null +++ b/recipes/wip/dev/rustfmt/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/rustfmt" +[build] +template = "cargo" diff --git a/recipes/wip/dev/rustup/recipe.toml b/recipes/wip/dev/rustup/recipe.toml new file mode 100644 index 000000000..33463a870 --- /dev/null +++ b/recipes/wip/dev/rustup/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/rustup" +[build] +template = "cargo" diff --git a/recipes/wip/tools/lines-rs/recipe.toml b/recipes/wip/tools/lines-rs/recipe.toml new file mode 100644 index 000000000..b14c5cd6e --- /dev/null +++ b/recipes/wip/tools/lines-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ryanfowler/lines" +[build] +template = "cargo" -- GitLab