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;