thrift/tutorial/rs/Cargo.toml
2022-12-16 00:09:39 +08:00

17 lines
319 B
TOML

[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"