We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84d744 commit 3f00541Copy full SHA for 3f00541
1 file changed
Cargo.toml
@@ -15,3 +15,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "/src/**"]
15
clap = { version = "4.5", features = ["derive"] }
16
rustyline = "14.0"
17
stacky = "0.1.0"
18
+
19
+[[bin]]
20
+name = "stacky"
21
+path = "src/main.rs"
0 commit comments