Prevent cloning paste on show where not necessary

This commit is contained in:
Jordan Johnson-Doyle 2019-02-21 16:41:39 +00:00
parent c2219e15f4
commit 5b7868080f
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6
4 changed files with 82 additions and 60 deletions

View file

@ -8,9 +8,10 @@ authors = ["Jordan Doyle <jordan@doyle.la>"]
edition = "2018"
[dependencies]
owning_ref = "0.4"
linked-hash-map = "0.5"
rocket = { version = "0.4", default-features = false }
askama = "0.7"
askama = "0.8"
lazy_static = "1.2"
rand = { version = "0.6", features = ["nightly"] }
gpw = "0.1"