mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-04 03:47:37 +00:00
17 lines
269 B
TOML
17 lines
269 B
TOML
[package]
|
|
name = "base"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[build-dependencies]
|
|
cxx-gen = { workspace = true }
|
|
|
|
[dependencies]
|
|
cxx = { workspace = true }
|
|
libc = { workspace = true }
|
|
cfg-if = { workspace = true }
|
|
thiserror = { workspace = true }
|