| 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 | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 10 | clap = "2.33" |
| 11 | ordered-float = "1.0" | ||||
| 12 | try_from = "0.3" | ||||
| Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 13 | |
| 14 | [dependencies.thrift] | ||||
| 15 | path = "../../lib/rs" | ||||
| 16 | |||||