config.rs (105B)
1 pub struct Config { 2 pub url: String, 3 pub output_dir: std::path::PathBuf, 4 pub resume: bool, 5 }