Add dependency rust-crypto
This commit is contained in:
parent
fdb03666b8
commit
781498832b
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ log = "0.3.4"
|
|||
toml = "0.1.27"
|
||||
semver = "0.2"
|
||||
url = "0.5.5"
|
||||
rust-crypto = "0.2.35"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
extern crate toml;
|
||||
extern crate semver;
|
||||
extern crate url;
|
||||
extern crate crypto;
|
||||
|
||||
#[macro_use] extern crate libimagstore;
|
||||
|
||||
|
|
Loading…
Reference in a new issue