remove embedded client

This commit is contained in:
Niklas
2022-02-03 15:26:34 +01:00
parent a09e8a88bd
commit b53ae9f433
8 changed files with 8 additions and 464 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ chameleon = "0.1.0"
scale-info = { version = "1.0.0", features = ["bit-vec"] }
futures = "0.3.13"
hex = "0.4.3"
jsonrpsee = { version = "0.8.0", features = ["macros", "async-client", "client-ws-transport"] }
jsonrpsee = { version = "0.8.0", features = ["async-client", "client-ws-transport"] }
log = "0.4.14"
num-traits = { version = "0.2.14", default-features = false }
serde = { version = "1.0.124", features = ["derive"] }