ksud: restore stock mount after overlay mount. close #233

This commit is contained in:
tiann
2023-02-21 20:21:34 +08:00
parent 237e477876
commit b76d973f3a
4 changed files with 115 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ rust-embed = { version = "6.4.2", features = [
"debug-embed",
"compression", # must clean build after updating binaries
] }
proc-mounts = "0.3"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
sys-mount = { git = "https://github.com/tiann/sys-mount" }