[package]
name = "genesis"
version = "0.0.0"
authors = ["Vitaly Domnikov <dotcypress@gmail.com>"]
description = "Genesis"
homepage = "https://github.com/dotcypress/genesis"
documentation = "https://github.com/dotcypress/genesis"
readme = "README.md"
categories = ["cryptography"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dotcypress/genesis"
[[bin]]
name = "genesis"
path = "src/main.rs"
doc = false
[dependencies.clap]
version = "2.26.2"
[badges.travis-ci]
repository = "dotcypress/genesis"
branch = "master"
[badges.appveyor]
repository = "dotcypress/genesis"
service = "github"
branch = "master"