mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-16 14:53:48 -08:00
14 lines
224 B
TOML
14 lines
224 B
TOML
[package]
|
|
name = "derive"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { workspace = true }
|
|
quote = { workspace = true }
|
|
proc-macro2 = { workspace = true }
|