Update recipes

This commit is contained in:
Ribbon 2024-06-15 20:45:49 +00:00
parent 0acb581886
commit e0e684f751
4 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO source code error
[source]
git = "https://github.com/schwa/simple-disk-benchmark-rs"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO async-io crate error
[source]
git = "https://github.com/bevyengine/bevy"
[build]

View File

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

View File

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