mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Update recipes
This commit is contained in:
parent
98d91665bb
commit
e3b3294014
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/automation-tasks-rs/cargo-auto"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
git = "https://github.com/rust-embedded/cargo-binutils"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/RazrFalcon/cargo-bloat"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/RalfJung/cargo-careful"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO require the components rust-src rustc-dev llvm-tools-preview to be installed
|
||||
[source]
|
||||
git = "https://github.com/hlisdero/cargo-check-deadlock"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/cargo-checkmate/cargo-checkmate"
|
||||
[build]
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
git = "https://github.com/JanLikar/cargo-clone"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo_packages cargo-clone
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user