Files
stacks-puppet-node/stx-genesis/Cargo.toml

18 lines
287 B
TOML

[package]
name = "stx-genesis"
version = "0.1.0"
authors = ["Matthew Little <matthew@blockstack.com>"]
edition = "2018"
resolver = "2"
[dependencies]
libflate = "1.0.3"
[lib]
name = "stx_genesis"
path = "src/lib.rs"
[build-dependencies]
libflate = "1.0.3"
sha2 = { version = "0.10" }