Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 1 | [package] |
| 2 | name = "thrift-test" |
| 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 | publish = false |
| 8 | |
| 9 | [dependencies] |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 10 | clap = "2.33" |
Allen George | bc1344d | 2017-04-28 10:22:03 -0400 | [diff] [blame] | 11 | env_logger = "0.4.0" |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 12 | log = "0.4" |
| 13 | ordered-float = "1.0" |
| 14 | try_from = "0.3" |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 15 | |
| 16 | [dependencies.thrift] |
| 17 | path = "../../lib/rs" |
| 18 | |