Add recipes

This commit is contained in:
Ribbon 2024-05-12 08:30:11 +00:00
parent b9e8b300ad
commit 6c8f7dd7b3
10 changed files with 62 additions and 0 deletions

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/axodotdev/cargo-dist"
[build]
template = "custom"
script = """
cookbook_cargo_packages cargo-dist
"""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,11 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/nabijaczleweli/cargo-update"
[build]
template = "cargo"
dependencies = [
"curl",
"openssl1",
"libssh2",
"libgit2",
]

View File

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

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rustwasm/twiggy"
[build]
template = "custom"
script = """
cookbook_cargo_packages twiggy
"""