Skip to content

Commit

Permalink
refactor: package name to composer-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed May 6, 2024
1 parent c67117c commit 0f97b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "package"
name = "composer-cli"
authors.workspace = true
version.workspace = true
edition.workspace = true
Expand All @@ -16,7 +16,7 @@ eula = false
path = "src/lib.rs"

[[bin]]
name = "composer-cli"
name = "composer"
path = "src/main.rs"

[dependencies]
Expand Down

0 comments on commit 0f97b0a

Please sign in to comment.