Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 1 | [package] |
2 | name = "thrift-test" | ||||
3 | version = "0.1.0" | ||||
4 | license = "Apache-2.0" | ||||
5 | authors = ["Apache Thrift Developers <dev@thrift.apache.org>"] | ||||
6 | publish = false | ||||
7 | |||||
8 | [dependencies] | ||||
James E. King, III | 44426c9 | 2017-11-29 13:01:16 -0500 | [diff] [blame] | 9 | clap = "<2.28.0" |
Allen George | bc1344d | 2017-04-28 10:22:03 -0400 | [diff] [blame] | 10 | env_logger = "0.4.0" |
11 | log = "0.3.7" | ||||
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 12 | ordered-float = "0.3.0" |
13 | try_from = "0.2.0" | ||||
14 | |||||
15 | [dependencies.thrift] | ||||
16 | path = "../../lib/rs" | ||||
17 |