mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-07 18:37:37 +00:00
11 lines
136 B
TOML
11 lines
136 B
TOML
[package]
|
|
name = "base"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
cxx = { path = "../external/cxx-rs" }
|