diff options
Diffstat (limited to 'README_zh_CN.md')
| -rw-r--r-- | README_zh_CN.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 双重许可。 |
