Files
stacks-puppet-node/contrib/tools/puppet-chain/Cargo.toml
wileyj d38b7ac87f Move puppet-chain to contrib/tools
- Move puppet-chain src to contrib/tools
- Update base Dockerfiles to not build/copy puppet-chain
2022-07-14 21:49:17 -07:00

20 lines
412 B
TOML

[package]
name = "puppet-chain"
version = "0.1.0"
authors = ["Ludo Galabru <ludovic@blockstack.com>"]
edition = "2021"
[dependencies]
async-h1 = "2.3.2"
async-std = { version = "1.6", features = ["attributes"] }
base64 = "0.12.0"
http-types = "2.12"
serde = "1"
serde_derive = "1"
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
toml = "0.5"
rand = "0.7.2"
[workspace]
members = [
"."]