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