Skip to content

Commit

Permalink
Add binary name in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mochidaz committed Apr 29, 2022
1 parent 4f17d5d commit 69ceba9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["Rahman Hakim <[email protected]>"]
edition = "2021"

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

[dependencies]

0 comments on commit 69ceba9

Please sign in to comment.