diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-11 22:52:25 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-11 22:52:25 +0800 |
| commit | 085bce616f68eb6c1586f7a7e1089b5f4cdd0155 (patch) | |
| tree | 5782ae03692754845958ef06b92c56805ddd7bbc /systems/workspace/src/lib.rs | |
| parent | 55c7ea778be2f3ce44d88440607ac8d4117e31d2 (diff) | |
Add vault and workspace systems with config management
Diffstat (limited to 'systems/workspace/src/lib.rs')
| -rw-r--r-- | systems/workspace/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/workspace/src/lib.rs b/systems/workspace/src/lib.rs new file mode 100644 index 0000000..9fd4ec8 --- /dev/null +++ b/systems/workspace/src/lib.rs @@ -0,0 +1,2 @@ +pub mod func; +pub mod workspace; |
