summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-28 12:35:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-28 12:35:07 +0800
commitafddded8fdab6925a83f1240999ebac8f76f239d (patch)
tree16d692f32e15824863907156ad1d4ed8c7b29576 /Cargo.toml
parenta469c6684619c9677dfc1125886acc37f24c81d4 (diff)
Replace manual template processing with just_template library
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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