mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
12 lines
289 B
TOML
12 lines
289 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/Aorimn/dislocker/blob/master/INSTALL.md
|
|
[source]
|
|
git = "https://github.com/Aorimn/dislocker"
|
|
rev = "8b2aea09d431bd5497ae223c141ebaee7bdd481f"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libfuse3",
|
|
"mbedtls",
|
|
]
|