From b06f59192bb353dd374c3040f309c4c06fce0b0b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 27 Feb 2026 22:37:36 +0800 Subject: Add installation instructions to README files --- README.md | 9 +++++++++ README_zh_CN.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index a268bce..cada0b2 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,15 @@ pub async fn my_func( } ``` +## Installation + +Add this to your `Cargo.toml`: + +```toml +[dependencies] +just_template = "0.1" +``` + ## License This project is dual-licensed under MIT and Apache 2.0. diff --git a/README_zh_CN.md b/README_zh_CN.md index 35c27cc..9185f24 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -74,6 +74,15 @@ pub async fn my_func( } ``` +## 安装 + +将此添加到您的 `Cargo.toml` 文件中: + +```toml +[dependencies] +just_template = "0.1" +``` + ## 许可证 本项目采用 MIT 和 Apache 2.0 双重许可。 -- cgit