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 (#1788)
  • Loading branch information
messense authored Sep 27, 2023
1 parent 3f2a9fa commit 181bcad
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 181bcad

Please sign in to comment.