Files
stacks-puppet-node/Cargo.toml
Sergey Shandar 7afb43086d Move blockstack-core into a separate folder (develop branch) (#3814)
* move `src` to `blockstack-core/`

* fix paths

* stackers.db

* Remove src/net

* Renaming to `stackslib`

* Revert Cargo.lock changes.

* stackslib
2023-08-03 16:08:32 -07:00

10 lines
157 B
TOML

[workspace]
resolver = "2"
members = [
"stackslib",
"stacks-common",
"pox-locking",
"clarity",
"stx-genesis",
"testnet/stacks-node"]