redox/recipes/wip/fuse/securefs/recipe.toml
2025-10-30 04:38:44 -03:00

10 lines
223 B
TOML

#TODO missing script for vcpkg: https://github.com/netheril96/securefs#build-from-source
[source]
git = "https://github.com/netheril96/securefs"
rev = "v2.0.0"
[build]
template = "custom"
dependencies = [
"libfuse3",
]