Skip to content

Commit

Permalink
chore: Cargo.toml tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Aug 15, 2023
1 parent f261c73 commit f3b28c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion crates/noirc_abi_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ iter-extended.workspace = true
wasm-bindgen.workspace = true
serde.workspace = true

js-sys = "0.3.62"
console_error_panic_hook = "0.1.7"
gloo-utils = { version = "0.1", features = ["serde"] }

js-sys = "0.3.62"

# This is an unused dependency, we are adding it
# so that we can enable the js feature in getrandom.
getrandom = { version = "*", features = ["js"] }
Expand Down
7 changes: 4 additions & 3 deletions crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ edition.workspace = true
crate-type = ["cdylib"]

[dependencies]

acvm.workspace = true
fm.workspace = true
noirc_driver.workspace = true
noirc_frontend.workspace = true
wasm-bindgen.workspace = true
serde.workspace = true
log = "0.4.17"
wasm-logger = "0.2.0"

console_error_panic_hook = "0.1.7"
gloo-utils = { version = "0.1", features = ["serde"] }

log = "0.4.17"
wasm-logger = "0.2.0"

# This is an unused dependency, we are adding it
# so that we can enable the js feature in getrandom.
getrandom = { version = "*", features = ["js"] }
Expand Down

0 comments on commit f3b28c0

Please sign in to comment.