Add postgres package indexing + cli options

This commit is contained in:
Yorhel 2016-11-05 10:22:31 +01:00
parent 0cab758665
commit aff68205b0
5 changed files with 376 additions and 38 deletions

View file

@ -10,5 +10,7 @@ env_logger = "0.3.5"
lazy_static = "0.2.1"
libc = "0.2.17"
libarchive3-sys = "0.1.2"
encoding = "0.2.33"
encoding = { git = "https://github.com/lifthrasiir/rust-encoding", features = ["no-optimized-legacy-encoding"] }
ring = "0.5.3"
postgres = "0.12.0"
clap = "2.16.3"