From ffee12452638c4e8df02475c9982fab15dde87cf Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Thu, 18 Feb 2016 08:49:20 -0800 Subject: [PATCH] List dependency info in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 61d90f9..2057f86 100644 --- a/README.md +++ b/README.md @@ -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]