Add core module structure
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
pub mod config;
|
||||
pub mod error;
|
||||
pub mod operations;
|
||||
pub mod pipeline;
|
||||
pub mod preset;
|
||||
pub mod types;
|
||||
|
||||
pub fn version() -> &'static str {
|
||||
env!("CARGO_PKG_VERSION")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user