mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
15 lines
263 B
TOML
15 lines
263 B
TOML
[package]
|
|
name = "deltachat-core-rust"
|
|
version = "0.1.0"
|
|
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.35"
|
|
pkg-config = "0.3"
|
|
bindgen = "0.49.0"
|
|
|
|
[dependencies]
|
|
c2rust-bitfields = "0.1.0"
|
|
libc = "0.2.51"
|