You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Use rust to calculate sha
This commit is contained in:
@@ -16,6 +16,9 @@ size = "0.4"
|
||||
argh = "0.1.10"
|
||||
pb-rs = { git = "https://github.com/tafia/quick-protobuf.git", rev = "2f37d5a65504de7d716b5b28fd82219501a901a9" }
|
||||
quick-protobuf = { git = "https://github.com/tafia/quick-protobuf.git", rev = "2f37d5a65504de7d716b5b28fd82219501a901a9" }
|
||||
sha1 = "0.10.5"
|
||||
sha2 = "0.10.7"
|
||||
digest = "0.10.7"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = "z"
|
||||
|
||||
Reference in New Issue
Block a user