mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-08 19:32:12 -08:00
19 lines
329 B
TOML
19 lines
329 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 }
|
|
argh = { workspace = true }
|
|
bytemuck = { workspace = true }
|