From aae29170dc7ae7a8976699c4d1f7011f9f238a06 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 15 May 2026 23:52:12 +0800 Subject: Remove thiserror dependency and implement error types manually --- mingling_core/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'mingling_core/Cargo.toml') diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 166e0d5..118813c 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -28,7 +28,6 @@ debug = ["dep:log", "dep:env_logger"] [dependencies] just_fmt.workspace = true -thiserror.workspace = true once_cell.workspace = true dirs = { workspace = true, optional = true } -- cgit