aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-15 23:52:12 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-15 23:52:12 +0800
commitaae29170dc7ae7a8976699c4d1f7011f9f238a06 (patch)
treeb15e73d4b73b23ed41df555f962cbcdfd2b254ad /mingling_core/Cargo.toml
parentde448a04dc594f0938210abaa12de0e168f5741a (diff)
Remove thiserror dependency and implement error types manually
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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 }