We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d4ed4 commit a18a2f8Copy full SHA for a18a2f8
1 file changed
Cargo.toml
@@ -34,6 +34,12 @@ camino = "1.1.9"
34
pg_query = "6.1.0"
35
rowan = "0.15.15"
36
smol_str = "0.3.2"
37
+serde-wasm-bindgen = "0.6.5"
38
+wasm-bindgen = "0.2.100"
39
+wasm-bindgen-test = "0.3.34"
40
+web-sys = "0.3.77"
41
+console_error_panic_hook = "0.1.7"
42
+console_log = "1.0.0"
43
44
# local
45
squawk-parser = { version = "0.0.0", path = "./crates/parser" }
0 commit comments