Implement Rust version of {dc_msg_guess_msgtype_from_suffix}

This commit is contained in:
Dmitry Bogatov
2019-08-14 06:07:20 +00:00
committed by holger krekel
parent 2bb2ef07e9
commit 8f0e554bc4
4 changed files with 29 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ pgp = { version = "0.2", default-features = false }
hex = "0.3.2"
sha2 = "0.8.0"
rand = "0.6.5"
maplit = "1.0.1"
smallvec = "0.6.9"
reqwest = "0.9.15"
num-derive = "0.2.5"