Switch to string crate (#6)

This commit is contained in:
Carl Lerche
2017-07-26 13:20:26 -07:00
committed by GitHub
parent 0f13836504
commit a203365d79
9 changed files with 75 additions and 119 deletions

View File

@@ -13,6 +13,7 @@ byteorder = "1.0"
log = "0.3.8"
fnv = "1.0.5"
ordermap = "0.2.10"
string = { git = "https://github.com/carllerche/string" }
[dev-dependencies]
mock-io = { git = "https://github.com/carllerche/mock-io" }