Magisk/native/src/boot/Cargo.toml
topjohnwu b9e89a1a2d Restructure the native module
Consolidate all code into the src folder
2022-07-23 13:51:56 -07:00

12 lines
159 B
TOML

[package]
name = "magiskboot"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
path = "lib.rs"
[dependencies]
base = { path = "../base" }