mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-15 00:49:56 +08:00
* move `src` to `blockstack-core/` * fix paths * stackers.db * Remove src/net * Renaming to `stackslib` * Revert Cargo.lock changes. * stackslib
10 lines
157 B
TOML
10 lines
157 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"stackslib",
|
|
"stacks-common",
|
|
"pox-locking",
|
|
"clarity",
|
|
"stx-genesis",
|
|
"testnet/stacks-node"]
|