diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-27 22:37:36 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-27 22:37:36 +0800 |
| commit | b06f59192bb353dd374c3040f309c4c06fce0b0b (patch) | |
| tree | 6460d15eb67b2fb56f37a2d6c65f4457c64b6f53 | |
| parent | 932050d82212ee7db6bd4cb746fb79f40aa7cbf9 (diff) | |
Add installation instructions to README files0.1.0
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | README_zh_CN.md | 9 |
2 files changed, 18 insertions, 0 deletions
@@ -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 双重许可。 |
