refactor: A new beginning

This commit is contained in:
Chance 2025-04-11 20:17:24 -04:00
parent d0d85a4ba0
commit 5171799e52
33 changed files with 21 additions and 26978 deletions

View file

@ -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

View file

@ -1,7 +0,0 @@
use thiserror::Error;
#[derive(Debug, Error)]
enum ZError {
#[error(transparent)]
Unknown(#[from] anyhow::Error),
}