diff options
| author | Steven Fackler <[email protected]> | 2015-02-27 19:47:24 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-27 19:47:24 -0800 |
| commit | 2789764fe38a45df7ac0e0027b65a633b677a8a5 (patch) | |
| tree | d7b06f13f502fe5dad5b43f58462fb190fa01ff4 /openssl-sys/Cargo.toml | |
| parent | Silence stability warning (diff) | |
| parent | Convert to new IO. (diff) | |
| download | rust-openssl-2789764fe38a45df7ac0e0027b65a633b677a8a5.tar.xz rust-openssl-2789764fe38a45df7ac0e0027b65a633b677a8a5.zip | |
Merge branch 'breaks'
Conflicts:
openssl/src/lib.rs
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 3b6dc5fb..847b8558 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -17,6 +17,9 @@ tlsv1_1 = [] sslv2 = [] aes_xts = [] +[dependencies] +libc = "0.1" + [build-dependencies] pkg-config = "0.3" gcc = "0.3" |