Setup preliminary rust infrastructure

This commit is contained in:
topjohnwu
2022-06-30 14:50:21 -07:00
parent 0b26882fce
commit 26116ac414
21 changed files with 329 additions and 66 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "magiskinit"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
base = { path = "../base" }
View File