Skip to content

Commit

Permalink
feat(leptos_config): only enable toml feature for the config depe…
Browse files Browse the repository at this point in the history
…ndency
  • Loading branch information
messense committed Sep 26, 2023
1 parent de9fb5e commit f143c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Configuration for the Leptos web framework."
readme = "../README.md"

[dependencies]
config = "0.13.3"
config = { version = "0.13.3", default-features = false, features = ["toml"] }
regex = "1.7.0"
serde = { version = "1.0.151", features = ["derive"] }
thiserror = "1.0.38"
Expand Down

0 comments on commit f143c9c

Please sign in to comment.