Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Dec 13, 2024
1 parent 16c0043 commit eff28e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ crate-type = ["cdylib", "rlib"]


[dependencies]
shadow-rs = { path = "../", default-features = false, features = ["tzdb"] }
shadow-rs = { path = "../", default-features = false, features = ["tzdb"] }


[package.metadata.wasm-pack.profile.release]
wasm-opt = false

0 comments on commit eff28e4

Please sign in to comment.