chore: move librecloud::kloud to kloud
This commit is contained in:
parent
099fe105a3
commit
8f67d8522b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
target
|
target
|
||||||
|
Cargo.lock
|
||||||
.k
|
.k
|
||||||
OLD
|
OLD
|
||||||
tries
|
tries
|
||||||
|
@ -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" }
|
app_auth_filters = { version = "0.1.0", path = "../lib/filters/app_auth_filters" }
|
||||||
reject_filters = { version = "0.1.0", path = "../lib/filters/reject_filters" }
|
reject_filters = { version = "0.1.0", path = "../lib/filters/reject_filters" }
|
||||||
#kloud_entries_macro_derive = { path = "../lib/macros/kloud_entries_macro_derive" }
|
#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" }
|
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" }
|
key_of_life = { path = "../lib/key_of_life" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -8,7 +8,7 @@ use clds::clouds::defs::{
|
|||||||
CloudEnv,
|
CloudEnv,
|
||||||
Cloud,
|
Cloud,
|
||||||
};
|
};
|
||||||
use librecloud_kloud::Kloud;
|
use kloud::kloud::Kloud;
|
||||||
//use topographic_anatomy::TopographicAnatomy;
|
//use topographic_anatomy::TopographicAnatomy;
|
||||||
//use tracking_point::TrackingPoint;
|
//use tracking_point::TrackingPoint;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user