redox/recipes/wip/net/sharing/ffsend/recipe.toml
2026-06-09 17:56:46 -03:00

11 lines
226 B
TOML

#TODO compile and test
[source]
git = "https://github.com/timvisee/ffsend"
shallow_clone = true
[build]
template = "cargo"
cargoflags = ["--no-default-features --features send3,crypto-ring"]
dependencies = [
"openssl3",
]