feat(leptos_config): only enable toml feature for the config dependency (#1788)

This commit is contained in:
messense 2023-09-28 07:42:25 +08:00 committed by GitHub
parent 3f2a9facf8
commit 181bcadbe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"