mirror of
https://github.com/chenasraf/leptos.git
synced 2026-05-17 17:48:10 +00:00
24 lines
501 B
TOML
24 lines
501 B
TOML
[package]
|
|
name = "server_fn_macro_default"
|
|
version = { workspace = true }
|
|
edition = "2021"
|
|
authors = ["Greg Johnston"]
|
|
license = "MIT"
|
|
repository = "https://github.com/leptos-rs/leptos"
|
|
description = "The default implementation of the server_fn macro without a context"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
syn = { version = "1", features = ["full"] }
|
|
server_fn_macro = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
server_fn = { version = "0.2" }
|
|
serde = "1"
|
|
|
|
[features]
|
|
stable = []
|