redox/recipes/wip/security/keyscope/recipe.toml
2024-07-02 06:08:02 +00:00

12 lines
200 B
TOML

#TODO compiled but not tested
[source]
git = "https://github.com/SpectralOps/keyscope"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages keyscope
"""