Searched defs:config_toml (Results 1 – 5 of 5) sorted by relevance
31 let config_toml = toml::to_string_pretty(config) in create() localVariable
34 let config_toml = read_config_file()?; in build_template() localVariable
99 let config_toml = match (&buffer).parse::<Value>() { in main() localVariable