From c1c9f440c754f58ab53b87b9e3ddf165de3cc900 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 22 Sep 2025 16:50:28 +0800 Subject: Modify the file structure and add a virtual file management module. --- crates/env/src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crates/env/src') diff --git a/crates/env/src/lib.rs b/crates/env/src/lib.rs index 5e755d0..15a315f 100644 --- a/crates/env/src/lib.rs +++ b/crates/env/src/lib.rs @@ -1,6 +1,5 @@ pub mod constants; pub mod current; -pub mod local; + #[allow(dead_code)] -pub mod member; -pub mod vault; +pub mod workspace; -- cgit