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 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') 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. -- cgit