2021-04-10 00:40:10 +01:00
|
|
|
[package]
|
|
|
|
name = "purple-plugin-delta"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Nick Thomas <delta@ur.gs>"]
|
|
|
|
|
|
|
|
[lib]
|
2021-04-10 14:29:36 +01:00
|
|
|
name = "purple_delta"
|
|
|
|
path = "src/lib.rs"
|
2021-04-10 00:40:10 +01:00
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag="v1.51.0" }
|
|
|
|
lazy_static = "1.4.0"
|
2021-04-10 14:29:36 +01:00
|
|
|
log = "0.4.8"
|
|
|
|
purple-rs = "*"
|
2021-04-10 00:40:10 +01:00
|
|
|
|
2021-04-10 14:29:36 +01:00
|
|
|
# Keep in sync with deltachat-core-rust
|
|
|
|
[dependencies.async-std]
|
|
|
|
version = "~1.8"
|
|
|
|
features = ["unstable"]
|
2021-04-10 00:40:10 +01:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|