CGGItemSets/Cargo.toml
Slany 55ce608f51
All checks were successful
continuous-integration/drone/pr Build is passing
feat: reduce binary size
2021-03-07 17:35:13 +01:00

26 lines
537 B
TOML

[package]
name = "cggitem_sets"
version = "0.1.0"
authors = ["nyyu <mail@nyyu.dev>"]
edition = "2018"
[dependencies]
log = "0.4"
simple_logger = "1.11"
serde = "1.0"
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
reqwest = { version = "0.10", features = ["blocking", "json"] }
select = "0.5"
regex = "1.4"
lazy_static = "1.4"
indexmap = { version = "1.6", features = ["serde-1"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.7"
[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1