aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-24 20:16:39 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-08-24 20:16:39 +0200
commite530ec879a53015343489c16ab7d2f93eee70b5f (patch)
tree31ec2cc1cf72bb1d80ab31b56c364ce743ede2e3 /askama_derive
parente0300661068f3c8141cdc90fa915f7c61ce3d1ab (diff)
downloadaskama-e530ec879a53015343489c16ab7d2f93eee70b5f.tar.gz
askama-e530ec879a53015343489c16ab7d2f93eee70b5f.tar.bz2
askama-e530ec879a53015343489c16ab7d2f93eee70b5f.zip
Clean up order in Cargo manifests
Diffstat (limited to '')
-rw-r--r--askama_derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml
index 8016b37..61263be 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -18,5 +18,5 @@ rocket = []
[dependencies]
nom = "3"
-syn = "0.11"
quote = "0.3"
+syn = "0.11"