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