diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-11 17:38:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-11 17:38:08 +0800 |
| commit | 4effbd209edf96637d7da2b7d29ea1a6de3c637a (patch) | |
| tree | 397223a02b80b858ceb41af0126d0c9e731f2047 /systems/_config/Cargo.toml | |
| parent | 794316c6e925097ef6b87693b4a610b4563309e6 (diff) | |
Add config system and space macro with workspace dependencies
Diffstat (limited to 'systems/_config/Cargo.toml')
| -rw-r--r-- | systems/_config/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
