Cargo.toml 414 B

1234567891011121314
  1. [package]
  2. name = "dioxus_server_macro"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. quote = "1.0.26"
  8. server_fn_macro = { git = "https://github.com/leptos-rs/leptos", rev = "15a4e54435eb5a539afb75891292bcccd2cc8e85", features = ["stable"] }
  9. syn = { version = "2", features = ["full"] }
  10. [lib]
  11. proc-macro = true