Most of the refactor. Need to switch machines.
This commit is contained in:
10
retired/nest_lib_rs_old/prelude.rs
Normal file
10
retired/nest_lib_rs_old/prelude.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
#![allow(unused_imports)]
|
||||
|
||||
pub use crate::class::Class;
|
||||
pub use crate::dependency::Dependency;
|
||||
pub use crate::meta::Meta;
|
||||
pub use crate::nest::{Nest, NestLock};
|
||||
pub use crate::package::Package;
|
||||
pub use crate::prey::{Prey, PreyLock};
|
||||
pub use crate::workspace::Workspace;
|
||||
pub use crate::{F_NEST_LOCK, F_NEST_TOML, F_PREY_LOCK, F_PREY_TOML, FN_NEST, FN_PREY};
|
||||
Reference in New Issue
Block a user