Skip to content

Commit

Permalink
Update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Oct 19, 2018
1 parent 2d62520 commit a6f1076
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zstd-safe/zstd-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ version = "1.4.5+zstd.1.3.6"

[build-dependencies]
blob = "0.2.0"
cc = { version = "1.0", features = ["parallel"] }
glob = "0.2.11"

[build-dependencies.bindgen]
optional = true
version = "0.42"

[build-dependencies.cc]
version = "1.0"
features = ["parallel"]


[dependencies]
libc = "0.2.21"

Expand Down

0 comments on commit a6f1076

Please sign in to comment.