update recipes

This commit is contained in:
Ribbon 2023-12-20 14:08:14 +00:00
parent f379847f9b
commit 02c0fd36f8
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compilation error
[source]
git = "https://github.com/dustinblackman/cargo-run-bin"
[build]

View File

@ -1,4 +1,4 @@
#TODO needs to update the redox_syscall version
#TODO compiled but not tested
[source]
git = "https://github.com/holmgr/cargo-sweep"
[build]

View File

@ -4,3 +4,6 @@ git = "https://github.com/xd009642/tarpaulin"
rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c"
[build]
template = "cargo"
dependencies = [
"openssl1",
]