Adding tk_http library as a dependency

Run this command in a terminal, in your project's directory:

cargo add tk-http

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

tk-http = "0.3.9"

The tk_http library will be automatically available globally. Read the tk_http library documentation.

Back to the crate overview.