You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
Update Cargo.toml
This commit is contained in:
@@ -9,8 +9,14 @@ edition = "2024"
|
|||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
const_format = "0.2"
|
const_format = "0.2"
|
||||||
zip = { version = "3", default-features = false }
|
zip = { version = "3", features = [
|
||||||
zip-extensions = { version = "0.8.3", features = [
|
"deflate",
|
||||||
|
"deflate64",
|
||||||
|
"time",
|
||||||
|
"lzma",
|
||||||
|
"xz",
|
||||||
|
], default-features = false }
|
||||||
|
zip-extensions = { version = "0.8", features = [
|
||||||
"deflate",
|
"deflate",
|
||||||
"lzma",
|
"lzma",
|
||||||
"xz",
|
"xz",
|
||||||
|
|||||||
Reference in New Issue
Block a user