Files
chatmail-core/deltachat-ffi/Cargo.toml
Floris Bruynooghe 6ccc75b1ed Arbitrarily bump the version
This allows me to create a new tag and play wity building flatpak
builds for this tag.
2019-06-30 19:48:44 +02:00

24 lines
515 B
TOML

[package]
name = "deltachat_ffi"
version = "1.0.0-alpha.1"
description = "Deltachat FFI"
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
edition = "2018"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["deltachat", "chat", "openpgp", "email", "encryption"]
categories = ["cryptography", "std", "email"]
[lib]
name = "deltachat"
crate-type = ["cdylib", "staticlib"]
[dependencies]
deltachat = { path = "../" }
libc = "0.2"
human-panic = "1.0.1"
[features]
default = ["deltachat/vendored"]