jsonrpc: add miscSaveSticker method (#3743)

* jsonrpc: add `miscSaveSticker` method

* apply suggestions from link2xt
This commit is contained in:
Simon Laux
2022-11-09 16:43:34 +01:00
committed by GitHub
parent b9f1f9c41e
commit ae4c7b635d
6 changed files with 58 additions and 7 deletions

View File

@@ -25,11 +25,12 @@ serde_json = "1.0.87"
yerpc = { version = "^0.3.1", features = ["anyhow_expose"] }
typescript-type-def = { version = "0.5.3", features = ["json_value"] }
tokio = { version = "1.21.2" }
sanitize-filename = "0.4"
walkdir = "2.3.2"
# optional dependencies
axum = { version = "0.5.17", optional = true, features = ["ws"] }
env_logger = { version = "0.9.1", optional = true }
walkdir = "2.3.2"
[dev-dependencies]
tokio = { version = "1.21.2", features = ["full", "rt-multi-thread"] }