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

[dependencies]
clap = "<2.28.0"
ordered-float = "1.0"
try_from = "0.3"

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