From 0cd19e64d4d255e45233255478ca3a0bd5c439ae Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 14 Oct 2025 17:17:48 +0800 Subject: feat: add internationalization support and new command-line tools - Add locale support with English and Chinese translations - Introduce new jv and jvv command-line tools - Replace jvc.rs with improved command structure - Add utility modules for language selection and markdown coloring - Update configuration and dependencies --- src/lib.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 8b13789..c82b04b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1 +1,8 @@ +/// JustEnoughVCS - Local Manager & Client +pub mod jv; +/// JustEnoughVCS - Vault Manager & Server +pub mod jvv; + +/// Utils +pub mod utils; -- cgit