Skip to content

Commit db8c920

Browse files
reubenmillerdidier-wenzek
authored andcommitted
set cargo default-run to the tedge binary
This allows running the tedge binary via `cargo run` without having to specify `--bin tedge`
1 parent 468c943 commit db8c920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core/tedge/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ license = { workspace = true }
99
homepage = { workspace = true }
1010
repository = { workspace = true }
1111
readme = "README.md"
12+
default-run = "tedge"
1213

1314
[dependencies]
1415
anstyle = { workspace = true }

0 commit comments

Comments
 (0)