Indexer: Support .deb archives

This commit is contained in:
Yorhel 2016-11-15 21:11:18 +01:00
parent 1f05463c3a
commit 50fe17a604
3 changed files with 54 additions and 8 deletions

View file

@ -10,6 +10,7 @@ const CACHE_PATH: &'static str = "/var/tmp/manned-indexer";
const CACHE_TIME: u64 = 23*3600;
#[derive(Clone,Copy)]
pub struct Path<'a> {
pub path: &'a str,
pub cache: bool,