mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
feat(leptos_config): only enable toml
feature for the config
dependency (#1788)
This commit is contained in:
parent
3f2a9facf8
commit
181bcadbe2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue