mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
14 lines
231 B
TOML
14 lines
231 B
TOML
[package]
|
|
name = "reactive_stores_macro"
|
|
version = "0.1.0-beta"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro-error = "1.0"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "2.0"
|