blob: 210a0daf9ff8565c55b9f59432fea69532631ff9 [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]
James E. King, III44426c92017-11-29 13:01:16 -050010clap = "<2.28.0"
Allen George8b96bfb2016-11-02 08:01:08 -040011ordered-float = "0.3.0"
12try_from = "0.2.0"
13
14[dependencies.thrift]
15path = "../../lib/rs"
16