summaryrefslogtreecommitdiff
path: root/meap/meap-code/ch9/ch9-clock3/Cargo.toml
blob: c0cb2d962bbd44db449320707eb14acc25d6ab71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "clock"
version = "0.1.3"
authors = ["Tim McNamara <code@timmcnamara.co.nz>"]

[dependencies]
byteorder = "1"
chrono = "0.4"
clap = "2.32"

[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"

[target.'cfg(not(windows))'.dependencies]
libc = "0.2"

[profile.release]
lto = true