1234567891011121314 |
- [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
|