Add recipes

This commit is contained in:
Ribbon 2024-04-22 08:59:07 +00:00
parent 7ee1fa9a96
commit 6e5201b9c5
6 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rust-lang/rust-clippy"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rust-lang/crater"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rust-lang/rust-analyzer"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rust-lang/rustfmt"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rust-lang/rustup"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/ryanfowler/lines"
[build]
template = "cargo"