grin/Cargo.toml
Ignotus Peverell a3a06951ff
Integrated clap for a better command line
Allows for client, server and wallet subcommands. Processes the
main necessary options for server mode right now.
2017-04-27 22:07:25 -07:00

17 lines
344 B
TOML

[package]
name = "grin"
version = "0.1.0"
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
[workspace]
members = ["api", "chain", "core", "grin", "p2p", "store", "util"]
[dependencies]
grin_grin = { path = "./grin" }
clap = "^2.23.3"
daemonize = "^0.2.3"
env_logger="^0.3.5"
log = "^0.3"
serde = "~0.9.10"
serde_json = "~0.9.9"