aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ab6e99fea4cdef5e4adb366900230602ecff391e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rtftp"
version = "0.1.0"
authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
edition = "2018"
license = "GPL-3.0-or-later"

[dependencies]

[[bin]]
name = "rtftpd"
path = "src/tftpd.rs"