mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
- Move puppet-chain src to contrib/tools - Update base Dockerfiles to not build/copy puppet-chain
20 lines
412 B
TOML
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 = [
|
|
"."] |