redox/recipes/wip/fselect/recipe.toml
2023-11-30 18:13:53 +00:00

9 lines
190 B
TOML

#TODO make the mimalloc dependency work
[source]
tar = "https://github.com/jhspetersson/fselect/archive/refs/tags/0.8.3.tar.gz"
[build]
template = "cargo"
dependencies = [
"mimalloc",
]