Skip to content

Commit

Permalink
change name of workspace members
Browse files Browse the repository at this point in the history
  • Loading branch information
takaebato committed Feb 11, 2024
1 parent 2fd318d commit d4fe334
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 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 = ["cli", "lib"]
members = ["sql-insight", "sql-insight-cli"]
resolver = "2"

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

[dependencies]
sql-insight = { path = "../lib", version = "0.1.0" }
sql-insight = { path = "../sql-insight", version = "0.1.0" }
clap = { version = "4.4.18", features = ["derive"] }

[dev-dependencies]
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.

0 comments on commit d4fe334

Please sign in to comment.