CGGItemSets/Cargo.toml
nyyu bc09fe3b4e
All checks were successful
continuous-integration/drone/push Build is passing
Reduce size release
2021-03-14 11:17:48 +01:00

26 lines
547 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"] }
select = "0.5"
regex = "1.4"
lazy_static = "1.4"
indexmap = { version = "1.6", features = ["serde-1"] }
ureq = { version = "2.0", features = ["json", "charset"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.8"
[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1
panic = 'abort'