makepad/platform/script/derive/Cargo.toml
2026-02-12 14:52:33 +01:00

17 lines
485 B
TOML

[package]
name = "makepad-script-derive"
version = "1.0.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Makepad splash derive macro"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/makepad/makepad/"
repository = "https://github.com/makepad/makepad/"
metadata.makepad-auto-version = "tSPvEgfuhrUzpofjMUEzGZksHSo="
[lib]
proc-macro = true
[dependencies]
makepad-micro-proc-macro = { path = "../../../libs/micro_proc_macro", version = "1.0.0" }