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:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user