Skip to content

Commit

Permalink
Update crate names to blue-build-.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Feb 25, 2024
1 parent 60329b1 commit 82e9eb8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ repository.workspace = true
license.workspace = true

[dependencies]
blue-build_utils = { path = "./utils" }
blue-build_recipe = { path = "./recipe" }
blue-build_template = { path = "./template" }
blue-build-recipe = { path = "./recipe" }
blue-build-template = { path = "./template" }
blue-build-utils = { path = "./utils" }
clap = { version = "4", features = ["derive", "cargo", "unicode"] }
clap-verbosity-flag = "2"
clap_complete = "4"
Expand Down
4 changes: 2 additions & 2 deletions recipe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "blue-build_recipe"
name = "blue-build-recipe"
version.workspace = true
edition.workspace = true
description.workspace = true
Expand All @@ -9,7 +9,7 @@ license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
blue-build_utils = { path = "../utils" }
blue-build-utils = { path = "../utils" }
chrono = "0.4"
indexmap = { version = "2", features = ["serde"] }

Expand Down
6 changes: 3 additions & 3 deletions template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "blue-build_template"
name = "blue-build-template"
version.workspace = true
edition.workspace = true
description.workspace = true
Expand All @@ -10,8 +10,8 @@ license.workspace = true

[dependencies]
askama = { version = "0.12", features = ["serde-json", "serde-yaml"] }
blue-build_utils = { path = "../utils" }
blue-build_recipe = { path = "../recipe" }
blue-build-recipe = { path = "../recipe" }
blue-build-utils = { path = "../utils" }

log.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "blue-build_utils"
name = "blue-build-utils"
version.workspace = true
edition.workspace = true
description.workspace = true
Expand Down

0 comments on commit 82e9eb8

Please sign in to comment.