Skip to content

Commit

Permalink
set cargo default-run to the tedge binary
Browse files Browse the repository at this point in the history
This allows running the tedge binary via `cargo run` without having to specify `--bin tedge`
  • Loading branch information
reubenmiller committed Jan 8, 2025
1 parent 2c73956 commit 2094731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/tedge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
readme = "README.md"
default-run = "tedge"

[dependencies]
anstyle = { workspace = true }
Expand Down

0 comments on commit 2094731

Please sign in to comment.