Initial framework based off pidgin-icq

This commit is contained in:
2021-04-10 14:29:36 +01:00
parent 70b24f0e14
commit 3142134360
5 changed files with 961 additions and 236 deletions

View File

@@ -4,21 +4,20 @@ version = "0.1.0"
authors = ["Nick Thomas <delta@ur.gs>"]
[lib]
name = "delta"
path = "src/delta.rs"
name = "purple_delta"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
libc = "*"
glib-sys = "*"
purple-sys = { git = "https://github.com/lupine/libpurple-rust", branch="with-flared" }
deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag="v1.51.0" }
lazy_static = "1.4.0"
log = "0.4.8"
purple-rs = "*"
[profile.dev]
debug = 0
# Keep in sync with deltachat-core-rust
[dependencies.async-std]
version = "~1.8"
features = ["unstable"]
[profile.release]
lto = true