Skip to content

Commit 3efb039

Browse files
pomcho555claude
andcommitted
fix: configure binary name to keep 'rsp' executable while using 'rsp-cli' crate name
- Add [[bin]] section to Cargo.toml to explicitly name binary as 'rsp' - Fixes GitHub Actions build that expects 'rsp' executable - Resolves CI failure: "cp: cannot stat 'target/release/rsp': No such file or directory" 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f88b01b commit 3efb039

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@ serde_yaml = "0.9"
2222
anyhow = "1.0"
2323
thiserror = "1.0"
2424

25+
[[bin]]
26+
name = "rsp"
27+
path = "src/main.rs"
28+
2529
[dev-dependencies]
2630
tempfile = "3.0"

0 commit comments

Comments
 (0)