mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-13 12:12:15 +00:00
Update Cargo.toml
This commit is contained in:
@@ -9,4 +9,4 @@ path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
base = { path = "../base" }
|
||||
cxx = "1.0.69"
|
||||
cxx = { path = "../external/cxx-rs" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pub use base;
|
||||
pub use logging::*;
|
||||
use logging::*;
|
||||
|
||||
mod logging;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user