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 /README.md | |
| parent | 932050d82212ee7db6bd4cb746fb79f40aa7cbf9 (diff) | |
Add installation instructions to README files0.1.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 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. |
