Skip to content

Commit 937d750

Browse files
author
22388o
committed
Fix
1 parent 738ef90 commit 937d750

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ edition = "2018"
77

88
[lib]
99
crate-type = ["cdylib"]
10+
path = "src/lib.rs"
1011

1112
[dependencies]
1213
wasm-bindgen = "0.2.99"
13-
web-sys = { version = "0.3.76", features = ["console"] }
14+
web-sys = { version = "0.3.76", features = ["console"] }

0 commit comments

Comments
 (0)