diff options
author | René Kijewski <kijewski@library.vetmed.fu-berlin.de> | 2022-06-08 12:52:00 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-06-08 13:36:48 +0200 |
commit | 6cce13f076bdd3e8d9b0bf888c0464a1af9df25f (patch) | |
tree | 7f54a53f844c5ff622c2af22437851010ad65b29 /Cargo.toml | |
parent | 0de54192a039943a687d579e15cb87bfc4801589 (diff) | |
download | askama-6cce13f076bdd3e8d9b0bf888c0464a1af9df25f.tar.gz askama-6cce13f076bdd3e8d9b0bf888c0464a1af9df25f.tar.bz2 askama-6cce13f076bdd3e8d9b0bf888c0464a1af9df25f.zip |
Merge askama_derive into askama
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,7 +8,6 @@ members = [ "askama_escape", "askama_mendes", "askama_rocket", - "askama_shared", "askama_tide", "askama_warp", "testing", @@ -18,6 +17,5 @@ default-members = [ "askama", "askama_derive", "askama_escape", - "askama_shared", "testing", ] |