chore: move librecloud::kloud to kloud

This commit is contained in:
Jesús Pérez Lorenzo 2021-09-01 18:42:22 +01:00
parent 099fe105a3
commit 8f67d8522b
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
target
Cargo.lock
.k
OLD
tries

View File

@ -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]

View File

@ -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;