mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
trace: prepare tokio-trace for release (#1051)
This commit is contained in:
committed by
Carl Lerche
parent
fea1f780bc
commit
3ebca76a9a
@@ -2,7 +2,7 @@
|
||||
|
||||
A scoped, structured logging and diagnostics system.
|
||||
|
||||
[Documentation](https://tokio-rs.github.io/tokio/doc/tokio_trace/)
|
||||
[Documentation](https://docs.rs/tokio-trace/0.1.0/tokio_trace/index.html)
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -29,7 +29,7 @@ First, add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio-trace = { git = "https://github.com/tokio-rs/tokio" }
|
||||
tokio-trace = "0.1"
|
||||
```
|
||||
|
||||
Next, add this to your crate:
|
||||
|
||||
Reference in New Issue
Block a user