chore: remove unused fs dependency from leptos_config (#787)

This commit is contained in:
Patrick Auernig 2023-04-02 18:29:30 +02:00 committed by GitHub
parent 9502de561b
commit 4c23f3c478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ readme = "../README.md"
[dependencies]
config = "0.13.3"
fs = "0.0.5"
regex = "1.7.0"
serde = { version = "1.0.151", features = ["derive"] }
thiserror = "1.0.38"