mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.89. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.87...v1.0.89) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
718 B
TOML
27 lines
718 B
TOML
[package]
|
|
name = "deltachat-rpc-server"
|
|
version = "1.102.0"
|
|
description = "DeltaChat JSON-RPC server"
|
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
|
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.9.1" }
|
|
futures-lite = "1.12.0"
|
|
log = "0.4"
|
|
serde_json = "1.0.89"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tokio = { version = "1.22.0", features = ["io-std"] }
|
|
yerpc = { version = "0.3.1", features = ["anyhow_expose"] }
|