File: main.rs

package info (click to toggle)
rust-binary-install 0.4.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 280 kB
  • sloc: makefile: 2; sh: 1
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
extern crate binary_install;
extern crate flate2;
extern crate tar;

mod cache;
mod download;
mod utils;