Skip to content

Commit c0e7e52

Browse files
committed
refactor: move 'stacks-node' to root and update workspace, #6252
1 parent d4980dd commit c0e7e52

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
"libstackerdb",
1010
"libsigner",
1111
"stacks-signer",
12-
"testnet/stacks-node",
12+
"stacks-node",
1313
"contrib/tools/config-docs-generator"]
1414

1515
# Dependencies we want to keep the same between workspace members

testnet/stacks-node/Cargo.toml renamed to stacks-node/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ pico-args = "0.5.0"
1212
serde = "1"
1313
serde_derive = "1"
1414
serde_json = { version = "1.0", features = ["arbitrary_precision", "raw_value"] }
15-
stacks = { package = "stackslib", path = "../../stackslib" }
16-
stx-genesis = { path = "../../stx-genesis"}
15+
stacks = { package = "stackslib", path = "../stackslib" }
16+
stx-genesis = { path = "../stx-genesis"}
1717
base64 = "0.12.0"
1818
backtrace = "0.3.50"
1919
libc = "0.2.151"
2020
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
21-
clarity = { path = "../../clarity" }
22-
stacks-common = { path = "../../stacks-common" }
21+
clarity = { path = "../clarity" }
22+
stacks-common = { path = "../stacks-common" }
2323
chrono = "0.4.19"
2424
regex = "1"
25-
libsigner = { path = "../../libsigner" }
25+
libsigner = { path = "../libsigner" }
2626
url = "2.1.0"
2727
rand = { workspace = true }
2828
hashbrown = { workspace = true }
@@ -39,10 +39,10 @@ tikv-jemallocator = {workspace = true}
3939
warp = "0.3.5"
4040
tokio = "1.15"
4141
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls", "rustls-tls"] }
42-
clarity = { path = "../../clarity", features = ["default", "testing"]}
43-
stacks-common = { path = "../../stacks-common", features = ["default", "testing"] }
44-
stacks = { package = "stackslib", path = "../../stackslib", features = ["default", "testing"] }
45-
stacks-signer = { path = "../../stacks-signer", features = ["testing"] }
42+
clarity = { path = "../clarity", features = ["default", "testing"]}
43+
stacks-common = { path = "../stacks-common", features = ["default", "testing"] }
44+
stacks = { package = "stackslib", path = "../stackslib", features = ["default", "testing"] }
45+
stacks-signer = { path = "../stacks-signer", features = ["testing"] }
4646
tracing = "0.1.37"
4747
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
4848
mutants = "0.0.3"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)