Skip to content

Commit a1e61f7

Browse files
committed
Add binary entry to Cargo.toml
1 parent 08eaf3e commit a1e61f7

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
@@ -10,6 +10,10 @@ description = "A significantly faster alternative to the classic Unix cp(1) comm
1010
keywords = ["copy", "unix", "shell", "utility", "fast"]
1111
categories = ["command-line-utilities", "filesystem"]
1212

13+
[[bin]]
14+
name = "fcp"
15+
path = "src/main.rs"
16+
1317
[dependencies]
1418
nix = "0.21.0"
1519
rayon = "1.5.1"

0 commit comments

Comments
 (0)