ksud: make it compilable for non-android
This commit is contained in:
@@ -22,14 +22,16 @@ encoding = "0.2.33"
|
||||
retry = "2.0.0"
|
||||
humansize = "2.0.0"
|
||||
libc = "0.2"
|
||||
sys-mount = "2.0.1"
|
||||
android-properties = { version = "0.2.2", features = ["bionic-deprecated"] }
|
||||
extattr = "1.0.0"
|
||||
jwalk = "0.8.1"
|
||||
is_executable = "1.0.1"
|
||||
nom = "7"
|
||||
derive-new = "0.5"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
sys-mount = "2.0.1"
|
||||
android-properties = { version = "0.2.2", features = ["bionic-deprecated"] }
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
|
||||
Reference in New Issue
Block a user