no-std tests and porting of subxt-metadata

This commit is contained in:
Tadeo hepperle
2024-01-26 15:34:58 +01:00
parent 8dc62fcc25
commit a262766739
20 changed files with 760 additions and 79 deletions
+22
View File
@@ -0,0 +1,22 @@
[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 }
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false, features = ["derive"] }
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]