mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
14 lines
414 B
TOML
14 lines
414 B
TOML
[package]
|
|
name = "dioxus_server_macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
quote = "1.0.26"
|
|
server_fn_macro = { git = "https://github.com/leptos-rs/leptos", rev = "15a4e54435eb5a539afb75891292bcccd2cc8e85", features = ["stable"] }
|
|
syn = { version = "2", features = ["full"] }
|
|
|
|
[lib]
|
|
proc-macro = true
|