Adding uv_dirs library as a dependency
Run this command in a terminal, in your project's directory:
cargo add uv-dirs
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
uv-dirs = "0.0.8"
The uv_dirs library will be automatically available globally.
Read the uv_dirs library documentation.