mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-14 04:42:30 +00:00
Parse rule files with Rust
This commit is contained in:
@@ -8,10 +8,10 @@ crate-type = ["staticlib"]
|
||||
path = "lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
cxx-gen = { path = "../external/cxx-rs/gen/lib" }
|
||||
cxx-gen = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
base = { path = "../base" }
|
||||
cxx = { path = "../external/cxx-rs" }
|
||||
num-traits = "0.2"
|
||||
num-derive = "0.3"
|
||||
cxx = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
num-derive = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user