Add linenumbering

Fix rocket dependencies
This commit is contained in:
j_dickert 2020-04-05 11:42:59 +02:00 committed by Jordan Doyle
parent 275ace8356
commit be88df22f7
3 changed files with 30 additions and 7 deletions

View file

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
owning_ref = "0.4"
linked-hash-map = "0.5"
rocket = { version = "0.4", default-features = false }
rocket = { version = "0.4.4", default-features = false }
askama = "0.8"
lazy_static = "1.2"
rand = { version = "0.6", features = ["nightly"] }