mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 06:08:01 +00:00
523534464f
* refactor: Explicitly indicate which crates should be published * chore: Add a convenience publish.sh script * Update scripts/publish.sh Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com> * Update scripts/publish.sh Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com> * fix: Don't use unsupported -P flag in BSD grep in publish.sh Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
13 lines
298 B
TOML
13 lines
298 B
TOML
[package]
|
|
name = "wasm-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test = "0.3.24"
|
|
tracing-wasm = "0.2.1"
|
|
console_error_panic_hook = "0.1.7"
|
|
serde_json = "1.0.57"
|
|
subxt = { path = "../../subxt", default-features = false, features = ["jsonrpsee-web"] }
|