thaw/thaw_macro/Cargo.toml

20 lines
459 B
TOML
Raw Normal View History

2024-05-03 00:32:12 +08:00
[package]
name = "thaw_macro"
2024-09-14 00:05:25 +08:00
version = "0.1.0-beta3"
2024-05-03 00:32:12 +08:00
edition = "2021"
2024-07-28 13:00:01 +08:00
keywords = ["leptos", "thaw", "macro"]
readme = "../README.md"
authors = ["luoxiaozero"]
description = "Shared Thaw internal macro"
repository = "https://github.com/thaw-ui/thaw"
license = "MIT"
2024-05-03 00:32:12 +08:00
# 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"
2024-08-15 00:59:16 +08:00
syn = "2.0.74"
proc-macro2 = "1.0.86"