aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/users/rights.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-core/src/users/rights.rs')
-rw-r--r--lockchain-core/src/users/rights.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lockchain-core/src/users/rights.rs b/lockchain-core/src/users/rights.rs
index b9ea6cd..635df3c 100644
--- a/lockchain-core/src/users/rights.rs
+++ b/lockchain-core/src/users/rights.rs
@@ -1,6 +1,7 @@
//! Permission and access system for lockchain
-use traits::AutoEncoder;
+use crate::traits::AutoEncoder;
+use serde::{Serialize, Deserialize};
/// Specifies access to a resource
#[derive(Hash, Serialize, Deserialize, Clone, PartialEq, Eq)]