blob: d8e2a9a8de9d200e70e25c6ac9dc4c2fd3a0f37c [file] [log] [blame]
Allen George8b96bfb2016-11-02 08:01:08 -04001[package]
2name = "thrift-tutorial"
3version = "0.1.0"
Allen Georgeb0d14132020-03-29 11:48:55 -04004edition = "2018"
Allen George8b96bfb2016-11-02 08:01:08 -04005license = "Apache-2.0"
6authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
7exclude = ["Makefile*", "shared.rs", "tutorial.rs"]
8publish = false
9
10[dependencies]
James E. King III93ff9b02019-06-21 17:50:34 -040011clap = "2.33"
12ordered-float = "1.0"
13try_from = "0.3"
Allen George8b96bfb2016-11-02 08:01:08 -040014
15[dependencies.thrift]
16path = "../../lib/rs"
17