mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 02:55:33 +00:00
11 lines
143 B
TOML
11 lines
143 B
TOML
[package]
|
|
name = "magiskboot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|