|
@@ -57,7 +57,7 @@ tower = { workspace = true, features = ["util"], optional = true }
|
|
|
tower-layer = { version = "0.3.2", optional = true }
|
|
|
web-sys = { version = "0.3.61", optional = true, features = ["Window", "Document", "Element", "HtmlDocument", "Storage", "console"] }
|
|
|
|
|
|
-dioxus-cli-config = { workspace = true, optional = true }
|
|
|
+dioxus-cli-config = { workspace = true, features = ["read-config"], optional = true }
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
tokio = { workspace = true, features = ["rt", "sync"], optional = true }
|