diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:03:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 02:03:23 +0800 |
| commit | c053e24c62890003aba84191e332211647f96eae (patch) | |
| tree | 3d2e506b32ca7cb32729f04a91304803e8ed3326 /crates/vcs/vcs_test/lib.rs | |
| parent | 50b801a11e1c3bb3012ac189197b7e84663ba902 (diff) | |
| parent | bbb2b506e8f5ea7aae2b1365a75db9274f860f81 (diff) | |
Merge pull request #15 from JustEnoughVCS/jvcs_dev
Jvcs dev
Diffstat (limited to 'crates/vcs/vcs_test/lib.rs')
| -rw-r--r-- | crates/vcs/vcs_test/lib.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crates/vcs/vcs_test/lib.rs b/crates/vcs/vcs_test/lib.rs new file mode 100644 index 0000000..5b65941 --- /dev/null +++ b/crates/vcs/vcs_test/lib.rs @@ -0,0 +1,11 @@ +use vcs_service::{action::Action, action_pool::ActionPool}; + +use crate::actions::test::FindMemberInServer; + +pub mod constants; +pub mod current; + +#[allow(dead_code)] +pub mod data; + +pub mod actions; |
