mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
jsonrpc: add miscSaveSticker method (#3743)
* jsonrpc: add `miscSaveSticker` method * apply suggestions from link2xt
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user