Skip to content

Commit 0fa20ae

Browse files
committed
add more metadata to Cargo.toml
1 parent 8b534aa commit 0fa20ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ version = "0.1.0"
55
edition = "2021"
66
description = "Send or receive files between devices using Wi-Fi network"
77
license = "MIT"
8+
documentation = "https://github.com/mateoradman/swift_file"
9+
homepage = "https://github.com/mateoradman/swift_file"
10+
repository = "https://github.com/mateoradman/swift_file"
11+
keywords = ["cli", "file", "transfer"]
12+
categories = ["command-line-utilities", "file-transfer"]
813

914
[[bin]]
15+
bench = false
1016
name = "sf"
1117
path = "src/main.rs"
1218

0 commit comments

Comments
 (0)