thrift/lib/rs/test/Cargo.toml
Allen George 7ddbcc07ec
THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust 1.40)
Client: rs

NOTE: Also properly update the min/max supported Rust versions
2020-11-12 08:47:42 -05:00

15 lines
236 B
TOML

[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"
[dependencies.thrift]
path = "../"