16 lines
374 B
TOML
16 lines
374 B
TOML
[package]
|
|
name = "makepad-live-id-macros"
|
|
version = "1.0.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Makepad live id macros"
|
|
license = "MIT OR Apache-2.0"
|
|
metadata.makepad-auto-version = "lDtmHNCpwGDsVSuDhZxGSPFB0_0="
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
makepad-micro-proc-macro = { path = "../../micro_proc_macro", version = "1.0.0" }
|
|
|
|
|