Correctly escape strings

This commit is contained in:
Erik Johnston
2018-11-02 16:36:08 +00:00
parent 3b3ddc0ed0
commit 7218bb0c83
5 changed files with 62 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ clap = "2.32.0"
fallible-iterator = "0.1.5"
indicatif = "0.9.0"
postgres = "0.15.2"
rand = "0.5.5"
rayon = "1.0.2"
string_cache = "0.7.3"