We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b534aa commit 0fa20aeCopy full SHA for 0fa20ae
Cargo.toml
@@ -5,8 +5,14 @@ version = "0.1.0"
5
edition = "2021"
6
description = "Send or receive files between devices using Wi-Fi network"
7
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"]
13
14
[[bin]]
15
+bench = false
16
name = "sf"
17
path = "src/main.rs"
18
0 commit comments