encode_66bits_as_base64: use base64 crate

This commit is contained in:
Alexander Krotov
2019-07-30 01:59:36 +03:00
committed by Floris Bruynooghe
parent 0b679f8b95
commit 164a8fe39a
3 changed files with 14 additions and 20 deletions

View File

@@ -43,6 +43,7 @@ strum = "0.15.0"
strum_macros = "0.15.0"
thread-local-object = "0.1.0"
backtrace = "0.3.33"
byteorder = "1.3.1"
[dev-dependencies]
tempfile = "3.0"