Skip to content

Commit

Permalink
chore: rename node-launchpad crate to sn_node_launchpad
Browse files Browse the repository at this point in the history
The binary name will be `node-launchpad`, but the crate is named consistently along with the other
crates in the workspace (including the use of underscores rather than hyphens).
  • Loading branch information
jacderida committed May 1, 2024
1 parent a4efbee commit 7c410fc
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 38 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
resolver = "2"
members = [
"node-launchpad",
"sn_auditor",
"sn_build_info",
"sn_cli",
Expand All @@ -11,6 +10,7 @@ members = [
"sn_metrics",
"sn_networking",
"sn_node",
"sn_node_launchpad",
"sn_node_manager",
"sn_node_rpc_client",
"sn_peers_acquisition",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion node-launchpad/Cargo.toml → sn_node_launchpad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["MaidSafe Developers <[email protected]>"]
description = "Node Launchpad"
name = "node-launchpad"
name = "sn_node_launchpad"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
Expand All @@ -10,6 +10,10 @@ readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
build = "build.rs"

[[bin]]
name = "node-launchpad"
path = "src/main.rs"

[dependencies]
sn_peers_acquisition = { verison = "0.2.10", path = "../sn_peers_acquisition", features = [
"network-contacts",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7c410fc

Please sign in to comment.