feat(core): add Mmap error variant and memmap2 dependency
Add CoreError::Mmap(String) error variant for mmap operations and memmap2 = "0.9" as workspace dependency. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -12,6 +12,7 @@ crossbeam-channel = "0.5"
|
||||
notify = "8"
|
||||
regex = "1"
|
||||
memchr = "2"
|
||||
memmap2 = "0.9"
|
||||
toml = "0.8"
|
||||
directories = "6"
|
||||
insta = "1"
|
||||
|
||||
Reference in New Issue
Block a user