From 8f67d8522bc9bbce15d31ae7becdbc5e1a559fc2 Mon Sep 17 00:00:00 2001
From: JesusPerez <jpl@jesusperez.pro>
Date: Wed, 1 Sep 2021 18:42:22 +0100
Subject: [PATCH] chore: move librecloud::kloud to kloud

---
 .gitignore  | 1 +
 Cargo.toml  | 3 ---
 src/defs.rs | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 356e11d..27ea19d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 target
+Cargo.lock
 .k
 OLD
 tries
diff --git a/Cargo.toml b/Cargo.toml
index aa21193..d85537f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,10 +70,7 @@ reqenv = { version = "0.1.0", path = "../lib/handlers/reqenv" }
 app_auth_filters = { version = "0.1.0", path = "../lib/filters/app_auth_filters" }
 reject_filters = { version = "0.1.0", path = "../lib/filters/reject_filters" }
 	#kloud_entries_macro_derive = { path = "../lib/macros/kloud_entries_macro_derive" }
-librecloud_kloud = { version = "0.1.0", path = "../lib/defs/librecloud/kloud" }
 clds = { version = "0.1.0", path = "../lib/clds" }
-#topographic_anatomy = { version = "0.1.0", path = "../lib/defs/bm/topographic_anatomy" }
-#tracking_point = { version = "0.1.0", path = "../lib/defs/bm/tracking_point" }
 key_of_life = { path = "../lib/key_of_life" }
 
 [dev-dependencies]
diff --git a/src/defs.rs b/src/defs.rs
index d2b14f8..3d33f21 100644
--- a/src/defs.rs
+++ b/src/defs.rs
@@ -8,7 +8,7 @@ use clds::clouds::defs::{
 	CloudEnv,
 	Cloud,
 };
-use librecloud_kloud::Kloud;
+use kloud::kloud::Kloud;
 //use topographic_anatomy::TopographicAnatomy;
 //use tracking_point::TrackingPoint;