feat(init): scaffold cargo workspace and CI
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
1
crates/core/src/error.rs
Normal file
1
crates/core/src/error.rs
Normal file
@@ -0,0 +1 @@
|
||||
// Task 3 will implement error types
|
||||
10
crates/core/src/lib.rs
Normal file
10
crates/core/src/lib.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
pub mod error;
|
||||
pub mod types;
|
||||
// pub mod io; — Task 4
|
||||
// pub mod search; — Task 4
|
||||
// pub mod parser; — Task 4
|
||||
// pub mod watcher; — Task 4
|
||||
// pub mod filter; — Task 4
|
||||
// pub mod bookmark; — Task 4
|
||||
// pub mod config; — Task 4
|
||||
// pub mod session; — Task 4
|
||||
1
crates/core/src/types.rs
Normal file
1
crates/core/src/types.rs
Normal file
@@ -0,0 +1 @@
|
||||
// Task 2 will implement types
|
||||
Reference in New Issue
Block a user