Indexer: Support .deb archives
This commit is contained in:
parent
1f05463c3a
commit
50fe17a604
3 changed files with 54 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue