Add linenumbering
Fix rocket dependencies
This commit is contained in:
parent
275ace8356
commit
be88df22f7
3 changed files with 30 additions and 7 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue