CGGItemSets/Cargo.toml
nyyu 8f9f68d2f1
All checks were successful
continuous-integration/drone/push Build is passing
fix build
2020-06-28 18:34:31 +02:00

21 lines
472 B
TOML

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