summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-27 22:37:36 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-27 22:37:36 +0800
commitb06f59192bb353dd374c3040f309c4c06fce0b0b (patch)
tree6460d15eb67b2fb56f37a2d6c65f4457c64b6f53 /README.md
parent932050d82212ee7db6bd4cb746fb79f40aa7cbf9 (diff)
Add installation instructions to README files0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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.