mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
20 lines
No EOL
459 B
TOML
20 lines
No EOL
459 B
TOML
[package]
|
|
name = "thaw_macro"
|
|
version = "0.1.0-beta3"
|
|
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.74"
|
|
proc-macro2 = "1.0.86" |