mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 16:53:21 +08:00
18 lines
287 B
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" }
|