Update recipes

This commit is contained in:
Ribbon 2024-06-11 20:18:00 +00:00
parent 34b91ac29e
commit b090ea4d1e
5 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO openssl-sys crate error
[source]
git = "https://github.com/dragfire/leetup"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/azu/license-generator"
[build]

View File

@ -3,3 +3,6 @@
git = "https://github.com/chasinglogic/licensure"
[build]
template = "cargo"
dependencies = [
"openssl1",
]