Skip to content

Commit

Permalink
chore: rename folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
beeb committed Sep 5, 2024
1 parent 2e93d5e commit 2288cf2
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["crates/soldeer", "crates/soldeer-core", "crates/soldeer-commands"]
members = ["crates/cli", "crates/core", "crates/commands"]
resolver = "2"

[workspace.package]
Expand Down
2 changes: 1 addition & 1 deletion crates/soldeer/Cargo.toml → crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ name = "soldeer"
path = "src/main.rs"

[dependencies]
soldeer-commands = { path = "../soldeer-commands" }
soldeer-commands = { path = "../commands" }
tokio.workspace = true
yansi = { version = "1.0.1", features = ["detect-tty", "detect-env"] }
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ workspace = true
[dependencies]
clap.workspace = true
cliclack.workspace = true
soldeer-core = { path = "../soldeer-core" }
soldeer-core = { path = "../core" }

[features]
default = ["rustls"]
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.
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 2288cf2

Please sign in to comment.