mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
Discussion in https://github.com/chatmail/yerpc/issues/77. The necessary yerpc changes for this PR are in https://github.com/chatmail/yerpc/pull/78 This is also a preparation for #8330
17 lines
385 B
TOML
17 lines
385 B
TOML
[package]
|
|
name = "deltachat-jsonrpc-bindings"
|
|
version = "2.60.0-dev"
|
|
description = "Autogenerate DeltaChat JSON-RPC API bindings at build time"
|
|
edition = "2024"
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/chatmail/core"
|
|
|
|
[build-dependencies]
|
|
deltachat-jsonrpc = { workspace = true }
|
|
|
|
[dependencies]
|
|
|
|
[features]
|
|
default = ["vendored"]
|
|
vendored = ["deltachat-jsonrpc/vendored"]
|