Move benchmark into tarpc_examples, allowing tarpc to test on stable

This commit is contained in:
Tim Kuehn
2016-02-14 20:33:42 -08:00
parent 09e8cd9af8
commit 1a0054a00f
5 changed files with 74 additions and 70 deletions

View File

@@ -1,6 +1,9 @@
[package]
name = "tarpc_examples"
version = "0.1.0"
authors = ["Tim Kuehn <timothy.j.kuehn@gmail.com>"]
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
[dependencies]
[dev-dependencies]
tarpc = { path = "../tarpc" }
lazy_static = "^0.1.15"
env_logger = "^0.3.2"