port basic config and data structures

This commit is contained in:
Tadeo hepperle
2024-01-25 15:49:20 +01:00
parent 0ea9c7ede6
commit 56d943aedc
38 changed files with 4330 additions and 6 deletions
+22
View File
@@ -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]