We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a953546 commit c4f9de8Copy full SHA for c4f9de8
examples/wasm/Cargo.toml
@@ -7,8 +7,8 @@ publish = false
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
[dependencies.cached]
10
-path ="../.."
11
-default_features = false
+path = "../.."
+default-features = false
12
features = ["proc_macro", "wasm", "async"]
13
14
[dependencies.chrono]
0 commit comments