mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
7ee1fa9a96
commit
6e5201b9c5
5
recipes/wip/dev/clippy/recipe.toml
Normal file
5
recipes/wip/dev/clippy/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rust-clippy"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/crater/recipe.toml
Normal file
5
recipes/wip/dev/crater/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/crater"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rust-analyzer/recipe.toml
Normal file
5
recipes/wip/dev/rust-analyzer/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rust-analyzer"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rustfmt/recipe.toml
Normal file
5
recipes/wip/dev/rustfmt/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rustfmt"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/dev/rustup/recipe.toml
Normal file
5
recipes/wip/dev/rustup/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rust-lang/rustup"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/tools/lines-rs/recipe.toml
Normal file
5
recipes/wip/tools/lines-rs/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ryanfowler/lines"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user