mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-16 16:35:44 +00:00
port basic config and data structures
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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]
|
||||
Reference in New Issue
Block a user