forked from bytecodealliance/ComponentizeJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (23 loc) · 713 Bytes
/
Cargo.toml
File metadata and controls
27 lines (23 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "spidermonkey-embedding-splicer"
authors = ["Guy Bedford"]
publish = false
version.workspace = true
edition.workspace = true
[lib]
[lints]
workspace = true
[dependencies]
anyhow = { workspace = true }
clap = { version = "4.5.31", features = ["suggestions", "color", "derive"] }
heck = { workspace = true }
js-component-bindgen = { workspace = true, features = [ "transpile-bindgen" ] }
wirm = { workspace = true }
rand = { workspace = true }
serde_json = { workspace = true }
wasm-encoder = { workspace = true }
wasmparser = { workspace = true }
wit-bindgen = { workspace = true }
wit-bindgen-core = { workspace = true }
wit-component = { workspace = true }
wit-parser = { workspace = true }