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