Initialize Delta accounts on plugin load

We don't yet configure any of the accounts, but we're set up to manage
several accounts simultaneously in the same plugin instance, using
delta's built-in support for that.
This commit is contained in:
2021-10-31 01:19:36 +01:00
parent 039807bb32
commit f57cdf3cdc
10 changed files with 722 additions and 58 deletions

View File

@@ -11,14 +11,15 @@ path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
openssl = "*"
deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag = "1.61.0" }
lazy_static = "*"
log = "*"
openssl = "*"
os_pipe = "*"
purple-rs = { git = "https://github.com/Flared/purple-rs", branch = "master" }
serde = "*"
## Keep in sync with deltachat-core-rust ##
[dependencies.async-std]
version = "1"
features = ["unstable"]