summaryrefslogtreecommitdiff
path: root/test/rs/Cargo.toml
blob: b039fff4c91f8a1b55da6ff0fbd041c1ff28752a (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"
edition = "2021"
license = "Apache-2.0"
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
publish = false

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

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