Add --version option to deltachat-rpc-server

This commit is contained in:
link2xt
2023-03-24 15:50:01 +00:00
parent 9cca34bba5
commit 20319b5426
4 changed files with 24 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ categories = ["cryptography", "std", "email"]
[dependencies]
deltachat-jsonrpc = { path = "../deltachat-jsonrpc", default-features = false }
deltachat = { path = "..", default-features = false }
anyhow = "1"
env_logger = { version = "0.10.0" }