trace: prepare tokio-trace for release (#1051)

This commit is contained in:
Eliza Weisman
2019-04-22 14:15:07 -07:00
committed by Carl Lerche
parent fea1f780bc
commit 3ebca76a9a
8 changed files with 200 additions and 69 deletions
+2 -2
View File
@@ -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: