You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
b9e89a1a2d
Consolidate all code into the src folder
13 lines
170 B
TOML
13 lines
170 B
TOML
[package]
|
|
name = "magisk"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
cxx = "1.0.69"
|