Adding rfc3339 library as a dependency

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

cargo add rfc3339

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

rfc3339 = "0.1.0"

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

Back to the crate overview.