summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-03-02 18:21:43 +0100
committerReiner Herrmann <reiner@reiner-h.de>2019-03-02 18:21:43 +0100
commit644b518e10f17e6360af088794c6fb710c7e7ce4 (patch)
treed72facb72a55c701036f586dc40ce0b6c40e39fa /Cargo.toml
parentbec78b4f5c32f54fd693f188eb5f2130b95508e8 (diff)
Implement TFTP client
no support for TFTP Options yet
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"