From 14ef6bbb230051f0ba5c6ed7a3211e34e0986f6f Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 24 Feb 2019 14:47:11 +0100 Subject: Initial tftpd implementation with RRQ support --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 14c3e2b..17bc89d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,7 @@ authors = ["Reiner Herrmann "] edition = "2018" [dependencies] + +[[bin]] +name = "rtftpd" +path = "src/tftpd.rs" -- cgit v1.2.3