refactor: A new beginning
This commit is contained in:
parent
fc43a7454a
commit
6ce3e627cc
33 changed files with 21 additions and 7657 deletions
|
@ -1,15 +0,0 @@
|
|||
[package]
|
||||
name = "zen_core"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.94"
|
||||
thiserror = "2.0.8"
|
||||
parking_lot.workspace = true
|
||||
|
||||
[profile.dev]
|
||||
debug-assertions = true
|
||||
|
||||
[profile.release]
|
||||
debug-assertions = false
|
|
@ -1,7 +0,0 @@
|
|||
use thiserror::Error;
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
enum ZError {
|
||||
#[error(transparent)]
|
||||
Unknown(#[from] anyhow::Error),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue