aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2ca4e5973c4fd613e7e0f9da65c9c3236c84e985 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "t"
version = "0.1.0"
authors = ["Denis Evsyukov <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
getopts = "0.2"
rust-crypto = "0.2"

[profile.release]
opt-level = 's'  # Optimize for size.
lto = true
# codegen-units = 1
# panic = 'abort'