pub fn write_config(project_root: &Path, content: &str) -> Result<()>
Write config to .krait/krait.toml, creating .krait/ if needed.
.krait/krait.toml
.krait/
Returns an error if the directory or file cannot be written.