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