1
0
Fork 0

Better error handling, remove all unwraps

This commit is contained in:
Jordan Johnson-Doyle 2019-02-15 21:53:13 +00:00
parent 55bd19bb0d
commit b32010f905
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6
4 changed files with 141 additions and 14 deletions

View file

@ -10,6 +10,7 @@ askama = { git = "https://github.com/djc/askama", rev = "fc5addc4", features = [
askama_escape = { git = "https://github.com/djc/askama", rev = "fc5addc4" }
rocket = "0.4"
lazy_static = "1.2"
rand = "0.6"
gpw = "0.1"
syntect = "3.0"
chashmap = { git = "https://github.com/redox-os/tfs", rev = "b3e7cae1" }