diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2019-03-02 18:21:43 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2019-03-02 18:21:43 +0100 |
| commit | 644b518e10f17e6360af088794c6fb710c7e7ce4 (patch) | |
| tree | d72facb72a55c701036f586dc40ce0b6c40e39fa /Cargo.toml | |
| parent | bec78b4f5c32f54fd693f188eb5f2130b95508e8 (diff) | |
Implement TFTP client
no support for TFTP Options yet
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,3 +12,7 @@ getopts = "0.2.18" [[bin]] name = "rtftpd" path = "src/tftpd.rs" + +[[bin]] +name = "rtftpc" +path = "src/tftpc.rs" |
