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

[dependencies]
clap = "~2.33"
bitflags = "=1.2"
log = "0.4"

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