mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 18:28:01 +00:00
4831f816f2
* subxt-signer no-std * impl error * address james comments * fix signer wasm tests * error impl for secret uri error
23 lines
618 B
TOML
23 lines
618 B
TOML
[package]
|
|
name = "subxt-core-no-std-tests"
|
|
edition = "2021"
|
|
publish = false
|
|
version = "0.0.0"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
subxt-metadata = { path = "../../metadata", default-features = false }
|
|
subxt-signer = { path = "../../signer", default-features = false, features = ["sr25519"] }
|
|
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false, features = ["derive"] }
|
|
libc_alloc = { version = "1.0.6" }
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
# this shouldn't be needed, it's in workspace.exclude, but still
|
|
# I get the complaint unless I add it...
|
|
[workspace]
|