mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
support
This commit is contained in:
parent
bcd6e671f7
commit
7f696a9ac4
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ default = ["csr"]
|
|||
csr = ["leptos/csr"]
|
||||
hydrate = ["leptos/hydrate"]
|
||||
ssr = ["leptos/ssr"]
|
||||
stable = ["leptos/stable"]
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
denylist = ["stable"]
|
||||
|
|
Loading…
Reference in a new issue