libbolt/Cargo.toml

19 lines
454 B
TOML
Raw Normal View History

2018-02-16 05:54:59 -08:00
[package]
name = "libbolt"
2018-02-24 00:12:58 -08:00
version = "0.1.0"
2018-02-16 05:54:59 -08:00
authors = ["J. Ayo Akinyele <ayo@yeletech.org>"]
description = "library for Blind Off-chain Lightweight Transactions (BOLT)"
keywords = ["zcash", "payment channels", "bolt"]
readme = "README.md"
homepage = "https://github.com/yeletech/libbolt"
repository = "https://github.com/yeletech/libbolt"
license = "MIT License"
[dependencies]
bn = "0.4.3"
rand = "~0.3.14"
2018-02-24 00:12:58 -08:00
[[bin]]
name = "bolt"
path = "bin/bolt.rs"