dioxus/packages/server/server-macro/Cargo.toml

15 lines
407 B
TOML
Raw Normal View History

2023-03-28 18:35:17 +00:00
[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]
2023-03-30 15:34:13 +00:00
quote = "1.0.26"
2023-04-03 18:09:25 +00:00
server_fn_macro = { git = "https://github.com/leptos-rs/leptos", rev = "a9e6590b5e7f1c0b01da7db7b86719cb18a4aaa1", features = ["stable"] }
2023-03-30 15:34:13 +00:00
syn = { version = "1", features = ["full"] }
[lib]
proc-macro = true