Skip to content

Commit 2525934

Browse files
enable crate type for wasm-pack
1 parent 7b7af48 commit 2525934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors = ["Mark Truluck <[email protected]>"]
55
edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8-
#[lib]
9-
#crateq-type = ["cdylib", "rlib"]
8+
[lib]
9+
crate-type = ["cdylib", "rlib"]
1010

1111
[dependencies]
1212
clap = { version = "3.0.14" }

0 commit comments

Comments
 (0)