Skip to content

Commit

Permalink
Rename binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 12, 2024
1 parent 25ec096 commit dafdbe2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ documentation = "https://docs.rs/circe"
readme = "README.md"
keywords = ["cli", "dependencies", "containers", "images", "oci"]
categories = ["command-line-utilities", "development-tools"]
default-run = "circe-bin"
default-run = "circe"

[[bin]]
name = "circe"
path = "src/main.rs"
test = false
bench = false

[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
Expand Down

0 comments on commit dafdbe2

Please sign in to comment.