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 738ef90 commit 937d750Copy full SHA for 937d750
Cargo.toml
@@ -7,7 +7,8 @@ edition = "2018"
7
8
[lib]
9
crate-type = ["cdylib"]
10
+path = "src/lib.rs"
11
12
[dependencies]
13
wasm-bindgen = "0.2.99"
-web-sys = { version = "0.3.76", features = ["console"] }
14
+web-sys = { version = "0.3.76", features = ["console"] }
0 commit comments