Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 114a662

Browse files
committed
Fix the binary name back to scripty_v2
1 parent 93d64e4 commit 114a662

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripty_core/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ license.workspace = true
66
homepage.workspace = true
77
repository.workspace = true
88

9+
[[bin]]
10+
name = "scripty_v2"
11+
path = "src/main.rs"
12+
913
[dependencies]
1014
url.workspace = true
1115
fern.workspace = true

0 commit comments

Comments
 (0)