ratatui-0.28.1/.cargo_vcs_info.json0000644000000001360000000000100125750ustar { "git": { "sha1": "3a90e2a761e1ba2d7c39664ad8164ada05f7b6db" }, "path_in_vcs": "" }ratatui-0.28.1/.cz.toml000064400000000000000000000062241046102023000127600ustar 00000000000000# configuration for https://github.com/commitizen/cz-cli [tool.commitizen] name = "cz_customize" tag_format = "$version" version_type = "semver" version_provider = "cargo" update_changelog_on_bump = true major_version_zero = true use_shortcuts = true [tool.commitizen.customize] message_template = """{{change_type}}({{scope}}): {{subject}} {% if body %}\ {{body}}\ {% endif %} {%if is_breaking_change %}\ BREAKING_CHANGE: \ {% endif %}\ {{footer}}\ """ example = "feature: this feature enable customize through config file" schema = "(): \n\n\n\n