summaryrefslogtreecommitdiff
path: root/meap/meap-code/ch9/ch9-clock2/Cargo.toml
blob: 04cf8dfb07dcb87b168238817447c300d52cb03a (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.2"
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