Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 1 | [package] |
| 2 | name = "thrift-tutorial" |
| 3 | version = "0.1.0" |
Allen George | b0d1413 | 2020-03-29 11:48:55 -0400 | [diff] [blame] | 4 | edition = "2018" |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 5 | license = "Apache-2.0" |
| 6 | authors = ["Apache Thrift Developers <dev@thrift.apache.org>"] |
| 7 | exclude = ["Makefile*", "shared.rs", "tutorial.rs"] |
| 8 | publish = false |
| 9 | |
| 10 | [dependencies] |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 11 | clap = "2.33" |
| 12 | ordered-float = "1.0" |
| 13 | try_from = "0.3" |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 14 | |
| 15 | [dependencies.thrift] |
| 16 | path = "../../lib/rs" |
| 17 | |