List dependency info in readme

This commit is contained in:
Tim Kuehn
2016-02-18 08:49:20 -08:00
parent 06a03697c4
commit ffee124526

View File

@@ -19,6 +19,13 @@ function then returns the value produced by that other server.
[More information](https://www.cs.cf.ac.uk/Dave/C/node33.html)
## Usage
Add to your `Cargo.toml` dependencies:
```toml
tarpc = "0.2.0"
```
## Example
```rust
#[macro_use]