summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c094591daaf93f7834bced63b88eb421d392a293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "rtftp"
version = "1.1.1"
authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
edition = "2018"
license = "GPL-3.0-or-later"

[profile.release]
lto = true
panic = 'abort'

[dependencies]
nix = "0.16.1"
getopts = "0.2.21"
threadpool = "1.7.1"

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

[[bin]]
name = "rtftpc"
path = "src/tftpc.rs"