Currently just figuring out how to read archives. Turns out to not be as simple as I had expected.
10 lines
216 B
TOML
10 lines
216 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"
|
|
libarchive = { git = "https://github.com/17dec/libarchive-rust" }
|