redox/recipes/wip/tools/fselect/recipe.toml
2024-02-15 09:47:49 +00:00

10 lines
208 B
TOML

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