mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
23 lines
516 B
TOML
23 lines
516 B
TOML
[package]
|
|
name = "subxt-core-no-std-tests"
|
|
edition = "2021"
|
|
publish = false
|
|
version = "0.0.0"
|
|
|
|
[dependencies]
|
|
subxt-core = { path = "../", default-features = false }
|
|
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
|
|
|
|
libc = { version = "0.2", default-features = false }
|
|
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]
|