From afddded8fdab6925a83f1240999ebac8f76f239d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 28 Feb 2026 12:35:07 +0800 Subject: Replace manual template processing with just_template library --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8e11a3f..5ab3623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread"] } chrono = "0.4" toml = "0.9" regex = "1.12" +just_template = "0.1.0" [dependencies] # Just Enough VCS -- cgit