mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Cargo, go home. You're drunk. (Optional dependencies are not features. Cargo bug we work around.)
This commit is contained in:
parent
03821b8edb
commit
b3c7de8460
1 changed files with 4 additions and 0 deletions
|
@ -56,3 +56,7 @@ default = []
|
|||
csr = ["leptos/csr"]
|
||||
hydrate = ["leptos/hydrate"]
|
||||
ssr = ["leptos/ssr", "dep:url", "dep:regex"]
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
# No need to test optional dependencies as they are enabled by the ssr feature
|
||||
denylist = ["url", "regex"]
|
||||
|
|
Loading…
Reference in a new issue