blob: afd875771004b842a33a78b4655657ff249c81c8 [file] [log] [blame]
[package]
name = "teaclave_cli"
version = "0.1.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
description = "Teaclave command line tool"
license = "Apache-2.0"
edition = "2018"
[dependencies]
anyhow = { version = "1.0.26" }
structopt = "0.3"
teaclave_crypto = { path = "../crypto" }
hex = { version = "0.4.0" }
teaclave_types = { path = "../types" }
pem = "0.7.0"