Skip to content

Commit 69ceba9

Browse files
committed
Add binary name in Cargo.toml
1 parent 4f17d5d commit 69ceba9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ version = "0.1.0"
44
authors = ["Rahman Hakim <[email protected]>"]
55
edition = "2021"
66

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
[[bin]]
8+
name = "at"
9+
path = "src/main.rs"
810

911
[dependencies]

0 commit comments

Comments
 (0)