blob: 9075db7a6ee50a3181f522cc1290649c20df3cf8 [file] [log] [blame]
Allen George8b96bfb2016-11-02 08:01:08 -04001[package]
2name = "thrift-tutorial"
3version = "0.1.0"
4license = "Apache-2.0"
5authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
6exclude = ["Makefile*", "shared.rs", "tutorial.rs"]
7publish = false
8
9[dependencies]
10clap = "2.18.0"
11ordered-float = "0.3.0"
12try_from = "0.2.0"
13
14[dependencies.thrift]
15path = "../../lib/rs"
16