Home
last modified time | relevance | path

Searched refs:from_file (Results 1 – 2 of 2) sorted by relevance

/development/tools/cargo_embargo/src/
Dconfig.rs84 pub fn from_file(filename: &Path) -> Result<Self> { in from_file() method
Dmain.rs197 let cfg = Config::from_file(config_filename)?; in dump_crates()
337 let cfg = Config::from_file(config_filename)?; in run_embargo()