Skip to content

Commit f90a5d6

Browse files
committed
deps
1 parent b6ba945 commit f90a5d6

2 files changed

Lines changed: 151 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 145 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ rowan = "0.15.15"
3636
smol_str = "0.3.2"
3737
enum-iterator = "2.1.0"
3838
line-index = "0.1.2"
39+
serde-wasm-bindgen = "0.6.5"
40+
wasm-bindgen = "0.2.100"
41+
wasm-bindgen-test = "0.3.34"
42+
web-sys = "0.3.77"
43+
console_error_panic_hook = "0.1.7"
44+
console_log = "1.0.0"
3945

4046
# local
4147
squawk-parser = { version = "0.0.0", path = "./crates/parser" }

0 commit comments

Comments
 (0)