thaw/thaw_macro/Cargo.toml
2024-07-28 13:00:01 +08:00

20 lines
No EOL
459 B
TOML

[package]
name = "thaw_macro"
version = "0.1.0-alpha"
edition = "2021"
keywords = ["leptos", "thaw", "macro"]
readme = "../README.md"
authors = ["luoxiaozero"]
description = "Shared Thaw internal macro"
repository = "https://github.com/thaw-ui/thaw"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
quote = "1.0.36"
syn = "2.0.60"
proc-macro2 = "1.0.81"