mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
a3a06951ff
Allows for client, server and wallet subcommands. Processes the main necessary options for server mode right now.
17 lines
344 B
TOML
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"
|