Remove direct dependency on byteorder crate

This commit is contained in:
link2xt
2022-01-29 23:23:46 +00:00
parent e73107006e
commit 0cb9e7922a
4 changed files with 17 additions and 56 deletions

View File

@@ -30,7 +30,6 @@ async-trait = "0.1"
backtrace = "0.3"
base64 = "0.13"
bitflags = "1.3"
byteorder = "1.3"
chrono = "0.4"
dirs = { version = "4", optional=true }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }