mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
9 lines
138 B
TOML
9 lines
138 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/riffcc/lis"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libfuse3",
|
|
]
|