remove libc and add small readme with test instructions

This commit is contained in:
Tadeo hepperle
2024-02-14 15:57:23 +01:00
parent cb0d35d49d
commit d447f7cc97
3 changed files with 7 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ 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]