add byteorder dep

This commit is contained in:
jake 2020-01-31 09:09:31 -08:00
parent c2a13536a8
commit 8c42bc03b9

View File

@ -33,4 +33,5 @@ serde_json = "*"
ron = "*"
log = "*"
fern = { version = "0.5", features = ["colored"] }
byteorder = "1"