Skip to content

Commit 3e5259c

Browse files
committed
feat: optionally disable wasmbind
1 parent 980d8d9 commit 3e5259c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ repository = "https://github.com/1Password/typeshare"
1111
chrono = { version = "0.4", default-features = false, features = [
1212
"clock",
1313
"std",
14-
"wasmbind",
1514
] }
1615
serde = { version = "1", features = ["derive"] }
1716
serde_json = "1"
1817
typeshare-annotation = { path = "../annotation", version = "1.0.4" }
18+
19+
[features]
20+
default = ["wasmbind"]
21+
wasmbind = ["chrono/wasmbind"]

0 commit comments

Comments
 (0)