10 lines
No EOL
295 B
TOML
10 lines
No EOL
295 B
TOML
[package]
|
|
name = "tftpd"
|
|
version = "0.1.0"
|
|
authors = ["Altuğ Bakan <mail@alt.ug>"]
|
|
edition = "2021"
|
|
description = "TFTP Server Daemon implemented in Rust"
|
|
repository = "https://github.com/altugbakan/rs-tftpd"
|
|
license = "MIT"
|
|
keywords = ["tftp", "server"]
|
|
categories = ["command-line-utilities"] |