redox/recipes/wip/tools/fselect/recipe.toml
2024-07-09 00:06:39 +00:00

9 lines
159 B
TOML

#TODO make the mimalloc dependency work
[source]
git = "https://github.com/jhspetersson/fselect"
[build]
template = "cargo"
dependencies = [
"mimalloc",
]