mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
Tell user to use cargo add
This commit is contained in:
parent
4233b3114f
commit
d83d6abe2b
@ -55,12 +55,10 @@ in a for-profit context, please consider supporting my open source work on
|
|||||||
How to get started
|
How to get started
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
First, add the following to your crate's `Cargo.toml`:
|
First, add the Askama dependency to your crate's `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
|
||||||
# in section [dependencies]
|
|
||||||
askama = "0.11.2"
|
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cargo add askama
|
||||||
```
|
```
|
||||||
|
|
||||||
Now create a directory called `templates` in your crate root.
|
Now create a directory called `templates` in your crate root.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user