Skip to content

Commit

Permalink
Merge pull request #192 from 8e8b2c/opt-disable-wasmbind
Browse files Browse the repository at this point in the history
feat: optionally disable wasmbind
  • Loading branch information
savannidgerinel authored Oct 24, 2024
2 parents 908e95f + 3e5259c commit 8459548
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ repository = "https://github.com/1Password/typeshare"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
"wasmbind",
] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
typeshare-annotation = { path = "../annotation", version = "1.0.4" }

[features]
default = ["wasmbind"]
wasmbind = ["chrono/wasmbind"]

0 comments on commit 8459548

Please sign in to comment.