Skip to content

Commit

Permalink
fix: vscode build
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Mar 3, 2025
1 parent 7d1da93 commit 2f3f39e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/clarity-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ serde-wasm-bindgen = { version = "0.6.4" }
wasm-bindgen = { workspace = true }
wasm-bindgen-futures = { workspace = true }
web-sys = { workspace = true, features = ["console"] }
clarity-repl = { path = "../clarity-repl", default-features = false, features = ["web"] }

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit 2f3f39e

Please sign in to comment.