Adding sp_timestamp library as a dependency

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

cargo add sp-timestamp

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

sp-timestamp = "40.0.0"

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

Back to the crate overview.