mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
bc1344d55f
Client: rs Patch: Allen George <allen.george@gmail.com> This closes #1260
18 lines
307 B
TOML
18 lines
307 B
TOML
[package]
|
|
name = "thrift-test"
|
|
version = "0.1.0"
|
|
license = "Apache-2.0"
|
|
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = "2.18.0"
|
|
env_logger = "0.4.0"
|
|
log = "0.3.7"
|
|
ordered-float = "0.3.0"
|
|
try_from = "0.2.0"
|
|
|
|
[dependencies.thrift]
|
|
path = "../../lib/rs"
|
|
|