Update recipes

This commit is contained in:
Ribbon 2024-06-11 09:32:25 +00:00
parent 98d91665bb
commit e3b3294014
7 changed files with 9 additions and 6 deletions

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO camino crate error
[source]
git = "https://github.com/rust-embedded/cargo-binutils"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/RazrFalcon/cargo-bloat"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/RalfJung/cargo-careful"
[build]

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/cargo-checkmate/cargo-checkmate"
[build]

View File

@ -3,6 +3,9 @@
git = "https://github.com/JanLikar/cargo-clone"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages cargo-clone
"""