aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-04-02 13:53:30 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-04-02 13:53:30 +0200
commitc789005d19660f9f56b6eab7090a58758b5c7a07 (patch)
treeb2d5b8290486350c432bbaee7f6b72f982bbaf72 /Cargo.lock
parent5fe943efec2f7c0210d9b12767876ef3a251dfac (diff)
Refactoring utilities in security module. Definine basic library crate
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d6eb8f2..b6a659e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -166,13 +166,12 @@ version = "0.2.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
-name = "lockchain"
+name = "lockchain-core"
version = "0.1.0"
dependencies = [
"base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"blake2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"miscreant 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"pwhash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",