mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 19:41:08 +03:00
4c6a193e01
* Beginning to remove in-process miner * rustfmt * rustfmt * rustfmt * rustfmt * remove pow crate and put remnants into core * rustfmt * fix test compilation in core and chain * rustfmt * Updating server tests to use test miner * rustfmt * rustfmt * remove pow from test matrix * adding basic stratum stats to TUI * run stratum server at all times, and halt messages while syncing * fix core tests * add ability to run internal test miner for cuckoo 16 testing * modify build instructions
16 lines
347 B
TOML
16 lines
347 B
TOML
[package]
|
|
name = "grin_config"
|
|
version = "0.2.0"
|
|
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
|
|
workspace = ".."
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
toml = "0.4"
|
|
|
|
grin_servers = { path = "../servers" }
|
|
grin_p2p = { path = "../p2p" }
|
|
grin_util = { path = "../util" }
|
|
grin_wallet = { path = "../wallet"}
|