]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/tutorial/rs/Cargo.toml
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / tutorial / rs / Cargo.toml
CommitLineData
f67539c2
TL
1[package]
2name = "thrift-tutorial"
3version = "0.1.0"
4license = "Apache-2.0"
5authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
6exclude = ["Makefile*", "shared.rs", "tutorial.rs"]
7publish = false
8
9[dependencies]
10clap = "2.33"
11ordered-float = "1.0"
12try_from = "0.3"
13
14[dependencies.thrift]
15path = "../../lib/rs"
16