mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Bumps [yerpc](https://github.com/Frando/yerpc) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/Frando/yerpc/releases) - [Commits](https://github.com/Frando/yerpc/commits/v0.4.0) --- updated-dependencies: - dependency-name: yerpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
656 B
TOML
26 lines
656 B
TOML
[package]
|
|
name = "deltachat-rpc-server"
|
|
version = "1.107.0"
|
|
description = "DeltaChat JSON-RPC server"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
license = "MPL-2.0"
|
|
|
|
keywords = ["deltachat", "chat", "openpgp", "email", "encryption"]
|
|
categories = ["cryptography", "std", "email"]
|
|
|
|
[[bin]]
|
|
name = "deltachat-rpc-server"
|
|
|
|
[dependencies]
|
|
deltachat-jsonrpc = { path = "../deltachat-jsonrpc" }
|
|
|
|
anyhow = "1"
|
|
env_logger = { version = "0.10.0" }
|
|
futures-lite = "1.12.0"
|
|
log = "0.4"
|
|
serde_json = "1.0.91"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tokio = { version = "1.25.0", features = ["io-std"] }
|
|
yerpc = { version = "0.4.0", features = ["anyhow_expose"] }
|