aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Sabel <katharina.sabel@asquera.de>2018-05-10 11:19:59 +0200
committerKatharina Sabel <katharina.sabel@asquera.de>2018-05-10 11:19:59 +0200
commitc6a2b264643f091cf6e0bc360c4fb77cebc83d6c (patch)
treeb6886a2f55ac0969d4e7389e483fda6572d6e08d
parent271a6284c2a21b5f08e69efb274f949fa53461ec (diff)
Hmm
-rw-r--r--lockchain-files/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-files/src/lib.rs b/lockchain-files/src/lib.rs
index d42c222..3b27b9a 100644
--- a/lockchain-files/src/lib.rs
+++ b/lockchain-files/src/lib.rs
@@ -6,7 +6,7 @@
extern crate lockchain_core as lcc;
use lcc::traits::{AutoEncoder, Body, Vault};
-use lcc::{Payload, Record};
+use lcc::{Payload, Record, EncryptedBody};
use std::collections::HashMap;
mod fs;