Skip to content

Commit

Permalink
add required build dep back
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Mar 5, 2025
1 parent 138df39 commit 7c3f483
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/vector-vrl/web-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ crate-type = ["cdylib"]
wasm-bindgen = "0.2"
vrl.workspace = true
serde.workspace = true
serde-wasm-bindgen = "0.6"
gloo-utils = { version = "0.2", features = ["serde"] }
vector-vrl-functions = { path = "../functions" }
enrichment = { path = "../../enrichment" }
# Required per https://docs.rs/getrandom/latest/getrandom/#webassembly-support
getrandom = { version = "0.2.15", features = ["js"] }

[build-dependencies]
cargo-lock = "10.1.0"

0 comments on commit 7c3f483

Please sign in to comment.