redox/recipes/wip/security/cotp/recipe.toml
2025-11-13 06:12:04 -03:00

13 lines
191 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/replydev/cotp"
[build]
template = "custom"
dependencies = [
"libxkbcommon",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""