write zip file, pack blobs into it

and copy some styles over from desktop
This commit is contained in:
Simon Laux
2020-04-15 22:45:20 +02:00
parent c99131f551
commit 8665a3f8ad
5 changed files with 921 additions and 46 deletions

View File

@@ -58,6 +58,7 @@ encoded-words = { git = "https://github.com/async-email/encoded-words", branch="
native-tls = "0.2.3"
image = { version = "0.22.4", default-features=false, features = ["gif_codec", "jpeg", "ico", "png_codec", "pnm", "webp", "bmp"] }
pretty_env_logger = "0.3.1"
zip = "0.5"
rustyline = { version = "4.1.0", optional = true }