Skip to content

Commit

Permalink
refactor: rename stef-cli crates binary to stef
Browse files Browse the repository at this point in the history
Although the package is named `stef-cli` to not clash with the `stef`
library crate, the binary should still be named `stef`.
  • Loading branch information
dnaka91 committed Oct 25, 2023
1 parent b44bc1b commit 92f039b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/stef-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ homepage.workspace = true
repository.workspace = true
license.workspace = true

[[bin]]
name = "stef"
path = "src/main.rs"

[dependencies]
clap = { version = "4.4.6", features = ["derive", "wrap_help"] }
color-eyre.workspace = true
Expand Down

0 comments on commit 92f039b

Please sign in to comment.