diff options
author | nabijaczleweli <nabijaczleweli@gmail.com> | 2017-03-03 21:51:27 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-03 21:57:48 +0100 |
commit | f7a2d7b7f5031831184f28b37b6dac95fe8428ed (patch) | |
tree | 9c3240afcd368b34c3960badc363a5d5132a2528 | |
parent | 6c6081fd3f257a5510a4c318863d902595ead4d3 (diff) | |
download | askama-f7a2d7b7f5031831184f28b37b6dac95fe8428ed.tar.gz askama-f7a2d7b7f5031831184f28b37b6dac95fe8428ed.tar.bz2 askama-f7a2d7b7f5031831184f28b37b6dac95fe8428ed.zip |
Add syntax highlighting to README
Diffstat (limited to '')
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -39,16 +39,16 @@ How to get started First, add the following to your crate's ``Cargo.toml``: -.. code-block:: +.. code-block:: toml - // in section [package] + # in section [package] build = "build.rs" - // in section [dependencies] + # in section [dependencies] askama = "0.1" askama_derive = "0.1" - // in section [build-dependencies] + # in section [build-dependencies] askama = "0.1" Custom derive macros can not be exported together with other items, |