mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 11:08:49 +08:00
10 lines
217 B
TOML
10 lines
217 B
TOML
#TODO missing script for compilation: https://github.com/dsrhaslab/lazyfs#installation
|
|
[source]
|
|
git = "https://github.com/dsrhaslab/lazyfs"
|
|
rev = "0.3.0"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libfuse3",
|
|
]
|