mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-09 13:14:08 +00:00
fix(rln-wasm): dont run benchmarks (#241)
This commit is contained in:
parent
d96eb59e92
commit
5937a67ee6
@ -1,5 +1,6 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = ["rln", "rln-cli", "rln-wasm", "utils"]
|
members = ["rln", "rln-cli", "rln-wasm", "utils"]
|
||||||
|
default-members = ["rln", "rln-cli", "utils"]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
# Compilation profile for any non-workspace member.
|
# Compilation profile for any non-workspace member.
|
||||||
|
@ -3,6 +3,9 @@ name = "rln-wasm"
|
|||||||
version = "0.0.13"
|
version = "0.0.13"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT or Apache2"
|
license = "MIT or Apache2"
|
||||||
|
autobenches = false
|
||||||
|
autotests = false
|
||||||
|
autobins = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
@ -30,4 +33,3 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasm-bindgen-test = "0.3.13"
|
wasm-bindgen-test = "0.3.13"
|
||||||
wasm-bindgen-futures = "0.4.33"
|
wasm-bindgen-futures = "0.4.33"
|
||||||
|
|
||||||
|
@ -29,3 +29,7 @@ args = ["login"]
|
|||||||
[tasks.publish]
|
[tasks.publish]
|
||||||
command = "wasm-pack"
|
command = "wasm-pack"
|
||||||
args = ["publish", "--access", "public", "--target", "web"]
|
args = ["publish", "--access", "public", "--target", "web"]
|
||||||
|
|
||||||
|
[tasks.bench]
|
||||||
|
command = "echo"
|
||||||
|
args = ["'No benchmarks available for this project'"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user