pdk_cors_lib
Run this command in a terminal, in your project's directory:
cargo add pdk-cors-lib
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
pdk-cors-lib = "1.6.0"
The pdk_cors_lib library will be automatically available globally. Read the pdk_cors_lib library documentation.
Back to the crate overview.