Magisk/native/rust/boot/Cargo.toml
2022-06-30 14:50:21 -07:00

11 lines
143 B
TOML

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