17 lines
267 B
TOML
17 lines
267 B
TOML
[package]
|
|
name = "kitchen-sink"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = "~2.33"
|
|
bitflags = "=1.2"
|
|
log = "0.4"
|
|
|
|
[dependencies.thrift]
|
|
path = "../"
|
|
|