summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/test/rs/Cargo.toml
blob: c1058f91f1b98eef9e55e18921a29cf13ce121f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "thrift-test"
version = "0.1.0"
license = "Apache-2.0"
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
publish = false

[dependencies]
clap = "2.33"
env_logger = "0.4.0"
log = "0.4"
ordered-float = "1.0"
try_from = "0.3"

[dependencies.thrift]
path = "../../lib/rs"