diff options
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 9fbfdcbc..110c3813 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -21,3 +21,6 @@ version = "0.4.3" [dev-dependencies] rustc-serialize = "0.2" + +[dependencies] +bitflags = "0.1.1" |