aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/record.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-core/src/record.rs')
-rw-r--r--lockchain-core/src/record.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lockchain-core/src/record.rs b/lockchain-core/src/record.rs
index ac913b4..8f17468 100644
--- a/lockchain-core/src/record.rs
+++ b/lockchain-core/src/record.rs
@@ -10,8 +10,9 @@
//! **No secret information should ever be stored in the header**
use chrono::{DateTime, Local};
+use serde::{Serialize, Deserialize};
use std::collections::BTreeMap;
-use traits::{AutoEncoder, Body};
+use crate::traits::{AutoEncoder, Body};
/// An enum that wraps around all possible data types to store
/// as the value of a vault record.