Adding slog_async library as a dependency

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

cargo add slog-async

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

slog-async = "2.8.0"

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

Back to the crate overview.