[package] name = "pfs-tftp" description = "TFTP client and server library (RFC 1350)" version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true [lints] workspace = true [dependencies] pfs-tftp-proto = { path = "../pfs-tftp-proto" } thiserror = "2" [[bin]] name = "tftpd" path = "src/bin/tftpd.rs" [[bin]] name = "tftp" path = "src/bin/tftp.rs"