diff options
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. |
