Skip to content

Commit ddc24c1

Browse files
Shooksieclaude
andcommitted
fix: set default-run = animus to fix cargo run ambiguity
With two [[bin]] targets (animus + ao), cargo run fails without --bin. Setting default-run fixes the smoke E2E and general cargo run usage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a4e83d commit ddc24c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/orchestrator-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "orchestrator-cli"
33
version = "0.3.0"
44
edition = "2021"
55
license = "Elastic-2.0"
6+
default-run = "animus"
67

78
[[bin]]
89
name = "animus"

0 commit comments

Comments
 (0)