Skip to content

Commit

Permalink
Depend on crates.io libc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 28, 2015
1 parent 216917d commit 07edc08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Reader/Writer streams. Contains bindings for zlib, deflate, and gzip-based
streams.
"""

[dependencies]
libc = "0.1"

[dependencies.miniz-sys]
path = "miniz-sys"
version = "0.1.0"

0 comments on commit 07edc08

Please sign in to comment.