This code hasn't been thoroughly tested, I'll see how things go when indexing a live repo. And XML parsing sucks in every language.
20 lines
486 B
TOML
20 lines
486 B
TOML
[package]
|
|
name = "indexer"
|
|
version = "0.1.0"
|
|
authors = ["Yorhel <git@yorhel.nl>"]
|
|
|
|
[dependencies]
|
|
regex = "0.2.1"
|
|
log = "0.3.6"
|
|
env_logger = "0.4.0"
|
|
lazy_static = "0.2.1"
|
|
libc = "0.2.17"
|
|
libarchive3-sys = "0.1.2"
|
|
encoding = { git = "https://github.com/lifthrasiir/rust-encoding", features = ["no-optimized-legacy-encoding"] }
|
|
ring = "0.6.2"
|
|
postgres = "0.13.5"
|
|
clap = "2.20.0"
|
|
hyper = { version = "0.10.0", default-features = false }
|
|
url = "1.2.3"
|
|
chrono = "0.2.25"
|
|
quick-xml = "0.5.0"
|