From 4effbd209edf96637d7da2b7d29ea1a6de3c637a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 11 Mar 2026 17:38:08 +0800 Subject: Add config system and space macro with workspace dependencies --- systems/_config/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'systems/_config/Cargo.toml') diff --git a/systems/_config/Cargo.toml b/systems/_config/Cargo.toml index afc1d81..11e08f3 100644 --- a/systems/_config/Cargo.toml +++ b/systems/_config/Cargo.toml @@ -5,3 +5,7 @@ version.workspace = true [dependencies] serde.workspace = true +serde_json.workspace = true +serde_yaml.workspace = true +thiserror.workspace = true +toml.workspace = true -- cgit