redox/recipes/wip/security/cotp/recipe.toml
2024-02-13 12:41:00 +00:00

13 lines
239 B
TOML

#TODO make dependencies work
[source]
git = "https://github.com/replydev/cotp"
rev = "ac3c11dda7b66c0c70a4106b769b5db53becc558"
[build]
template = "cargo"
dependencies = [
"libxcb",
"libx11",
"libxfixes",
"libxkbcommon",
]