Create a new project
cargo new project-name
cargo new project-name --libAdd commit lint
sudo apt install python3-pip
pip install --user -U Commitizen
pip install --user -U pre-commit
cz init
git add .
git commit -am "feat: add commit lint"
cz bump Reference