diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ license = "GPL-3.0-or-later" [dependencies] nix = "0.13.0" +getopts = "0.2.18" [[bin]] name = "rtftpd" |
![]() |
index : rtftp | |
| A rusty client/server for the Trivial File Transfer Protocol |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.toml | 1 |
@@ -7,6 +7,7 @@ license = "GPL-3.0-or-later" [dependencies] nix = "0.13.0" +getopts = "0.2.18" [[bin]] name = "rtftpd" |