Skip to content

Commit

Permalink
feat: optionally disable wasmbind
Browse files Browse the repository at this point in the history
  • Loading branch information
8e8b2c committed Aug 16, 2024
1 parent 980d8d9 commit ccb29d3
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 ccb29d3

Please sign in to comment.