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