mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
10 lines
208 B
TOML
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",
|
|
]
|