mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 04:58:47 +03:00
17 lines
381 B
TOML
17 lines
381 B
TOML
[package]
|
|
name = "deltachat-jsonrpc-bindings"
|
|
version = "2.60.0"
|
|
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"]
|