mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 22:50:19 +00:00
14 lines
331 B
TOML
14 lines
331 B
TOML
[package]
|
|
name = "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 = { version = "0.2.4", features = ["stable"] }
|
|
syn = { version = "1", features = ["full"] }
|
|
|
|
[lib]
|
|
proc-macro = true
|