Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 1 | [package] |
2 | name = "thrift-test" | ||||
3 | version = "0.1.0" | ||||
Jiayu Liu | aa85593 | 2022-06-26 05:00:25 +0200 | [diff] [blame] | 4 | edition = "2021" |
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] | ||||
Ali-Akber Saifee | b597043 | 2021-12-12 12:08:36 -0800 | [diff] [blame] | 10 | clap = "~2.33" |
Allen George | 7e07267 | 2021-09-11 11:30:34 -0400 | [diff] [blame] | 11 | bitflags = "=1.2" |
Allen George | 7ddbcc0 | 2020-11-08 09:51:19 -0500 | [diff] [blame] | 12 | env_logger = "0.8" |
James E. King III | 93ff9b0 | 2019-06-21 17:50:34 -0400 | [diff] [blame] | 13 | log = "0.4" |
Jiayu Liu | b6b6dc7 | 2022-10-08 14:28:44 +0800 | [diff] [blame] | 14 | uuid = "1" |
Allen George | 8b96bfb | 2016-11-02 08:01:08 -0400 | [diff] [blame] | 15 | |
16 | [dependencies.thrift] | ||||
17 | path = "../../lib/rs" |