redox/recipes/wip/tools/dura/recipe.toml
2024-02-17 00:39:27 +00:00

9 lines
146 B
TOML

#TODO make libgit2 dependency work
[source]
git = "https://github.com/tkellogg/dura"
[build]
template = "cargo"
dependencies = [
"libgit2",
]