CGGItemSets/Cargo.toml
nyyu 65e1d65428
All checks were successful
continuous-integration/drone/push Build is passing
Fix test
2021-03-14 14:37:27 +01:00

27 lines
542 B
TOML

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