ratatui-0.23.0/.cargo-husky/hooks/pre-push000075500000000000000000000010301046102023000164770ustar 00000000000000#!/usr/bin/env bash if !(command cargo-make >/dev/null 2>&1); then # Check if cargo-make is installed echo Attempting to run cargo-make as part of the pre-push hook but it\'s not installed. echo Please install it by running the following command: echo echo " cargo install --force cargo-make" echo echo If you don\'t want to run cargo-make as part of the pre-push hook, you can run echo the following command instead of git push: echo echo " git push --no-verify" exit 1 fi cargo make ci ratatui-0.23.0/.cargo_vcs_info.json0000644000000001360000000000100125670ustar { "git": { "sha1": "3f781cad0ad7e0d6284be0af8dc6c1e0ba7e71b4" }, "path_in_vcs": "" }ratatui-0.23.0/.cz.toml000064400000000000000000000062241046102023000127520ustar 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