summaryrefslogtreecommitdiff
path: root/tutorial/rs/Cargo.toml
blob: 6967984325e16af5b4b1b35580ad8835a3b258e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "thrift-tutorial"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
exclude = ["Makefile*", "shared.rs", "tutorial.rs"]
publish = false

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

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