Searched defs:toml (Results 1 – 2 of 2) sorted by relevance
50 let toml: RepoConfig = toml::from_str(read_to_string(config_file)?.as_str())?; in read() localVariable
53 let toml: CrateConfig = toml::from_str(read_to_string(config_file)?.as_str())?; in read() localVariable