7 lines
163 B
Rust
7 lines
163 B
Rust
use camino::Utf8PathBuf;
|
|
|
|
pub struct DepsConfig {
|
|
pub explain: bool,
|
|
pub cache_dir: Utf8PathBuf,
|
|
pub registry_dirs: Vec<Utf8PathBuf>, // or sources ?
|
|
} |