Skip to content

Commit

Permalink
- cargo all features?
Browse files Browse the repository at this point in the history
  • Loading branch information
sjud committed Dec 18, 2023
1 parent dbbecfa commit 928df45
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/sso_auth_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ ssr = [
"dep:leptos_axum",
]

[package.metadata.cargo-all-features]
default = ["ssr"]
denylist = ["axum", "tower", "tower-http", "tokio", "sqlx", "leptos_axum"]
skip_feature_sets = [["ssr", "hydrate"]]


[package.metadata.leptos]
# The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name
Expand Down

0 comments on commit 928df45

Please sign in to comment.