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

[dependencies]
nix = "0.13.0"

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