aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d73675a..4827339 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,7 @@ getopts = "0.2.18"
[[bin]]
name = "rtftpd"
path = "src/tftpd.rs"
+
+[[bin]]
+name = "rtftpc"
+path = "src/tftpc.rs"