Adding forc_tracing library as a dependency

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

cargo add forc-tracing

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

forc-tracing = "0.72.0"

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

Back to the crate overview.