mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-30 16:09:12 +00:00
16 lines
437 B
TOML
16 lines
437 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]
|
|
proc-macro2 = "1.0.63"
|
|
quote = "1.0.26"
|
|
server_fn_macro = { git = "https://github.com/leptos-rs/leptos", rev = "6b90e1babd425c9a324181c86e3fd1b942c9b10f" }
|
|
syn = { version = "2", features = ["full"] }
|
|
convert_case = "0.6.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|