Skip to content

Commit

Permalink
Dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 15, 2025
1 parent 6682a4d commit cbe35a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ resolver = "2"
anyhow = "1.0.86"
backtrace = "0.3"
getrandom = "0.2.15"
js-sys = "0.3.77"
lightningcss = "1.0.0-alpha.58"
napi = { version = "2", default-features = false }
napi-build = "2"
Expand Down
1 change: 1 addition & 0 deletions bindings/binding_typescript_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = { workspace = true }
getrandom = { workspace = true, features = ["js"] }
js-sys = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde-wasm-bindgen = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit cbe35a8

Please sign in to comment.