silkroad 0.0.2

A full-featured registry server for Cargo.
1
2
3
4
5
6
7
8
9
10
use structopt::StructOpt;

#[derive(Debug, StructOpt)]
pub struct New {}

// 1. Check and create the directory
// 2. Create `registry.toml`.
// 3. Clone the index project
// 4. Follow the index to download crates
// 5. Use the database to record downloads