rs-tftpd/Cargo.toml
2023-10-29 16:25:46 +01:00

13 lines
No EOL
318 B
TOML

[package]
name = "tftpd"
version = "0.2.9"
authors = ["Altuğ Bakan <mail@alt.ug>"]
edition = "2021"
description = "Multithreaded TFTP server daemon"
repository = "https://github.com/altugbakan/rs-tftpd"
license = "MIT"
keywords = ["tftp", "server"]
categories = ["command-line-utilities"]
[features]
integration = []