Fix the cargo-preflight recipe and update a TODO

This commit is contained in:
Ribbon 2025-07-03 08:59:42 -03:00
parent 5e4089381c
commit 79a1806abd
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO camino crate error
[source]
git = "https://github.com/anistark/feluda"
[build]

View File

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