jsonrpc: add get webxdc blob API getWebxdcBlob (#4070)

* jsonrpc: add get webxdc blob API `getWebxdcBlob`

* add info about path

* format
This commit is contained in:
Simon Laux
2023-02-27 18:46:13 +01:00
committed by GitHub
parent c79ded1406
commit fc019de18c
4 changed files with 49 additions and 18 deletions

View File

@@ -21,14 +21,15 @@ log = "0.4"
async-channel = { version = "1.8.0" }
futures = { version = "0.3.26" }
serde_json = "1.0.91"
yerpc = { version = "^0.4.0", features = ["anyhow_expose"] }
yerpc = { version = "0.4.3", features = ["anyhow_expose"] }
typescript-type-def = { version = "0.5.5", features = ["json_value"] }
tokio = { version = "1.25.0" }
sanitize-filename = "0.4"
walkdir = "2.3.2"
base64 = "0.21"
# optional dependencies
axum = { version = "0.5.9", optional = true, features = ["ws"] }
axum = { version = "0.6.6", optional = true, features = ["ws"] }
env_logger = { version = "0.10.0", optional = true }
[dev-dependencies]