Migrate prune_su_access to Rust

This commit is contained in:
topjohnwu
2025-01-10 09:04:56 +08:00
committed by John Wu
parent 5637a258fc
commit 4d4195c02d
12 changed files with 104 additions and 88 deletions

View File

@@ -25,6 +25,7 @@ der = "0.8.0-rc.1"
bytemuck = "1.16"
fdt = "0.1"
const_format = "0.2"
bit-set = "0.8"
[workspace.dependencies.argh]
git = "https://github.com/google/argh.git"