mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
7ddbcc07ec
Client: rs NOTE: Also properly update the min/max supported Rust versions
15 lines
236 B
TOML
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 = "../"
|
|
|