diff options
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" |
