This all should offer a more convenient and robust interface to handle all sorts of archives.
12 lines
214 B
TOML
12 lines
214 B
TOML
[package]
|
|
name = "indexer"
|
|
version = "0.1.0"
|
|
authors = ["Yorhel <git@yorhel.nl>"]
|
|
|
|
[dependencies]
|
|
regex = "0.1.77"
|
|
log = "0.3.6"
|
|
env_logger = "0.3.5"
|
|
lazy_static = "0.2.1"
|
|
libc = "0.2.17"
|
|
libarchive3-sys = "0.1.2"
|