Skip to content

Commit 3f00541

Browse files
committed
fix: bin name
1 parent b84d744 commit 3f00541

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "/src/**"]
1515
clap = { version = "4.5", features = ["derive"] }
1616
rustyline = "14.0"
1717
stacky = "0.1.0"
18+
19+
[[bin]]
20+
name = "stacky"
21+
path = "src/main.rs"

0 commit comments

Comments
 (0)