refactor: replace unwraps with errors

This commit is contained in:
YetAnotherMinion 2021-09-19 08:03:01 +01:00 committed by nobody
commit 287e59c566
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
3 changed files with 545 additions and 436 deletions

View file

@ -8,7 +8,6 @@ edition = "2018"
[dependencies]
structopt = { version = "0.3" }
elmi = { path = "../../../infra/rust-elmi" }
uuid = { version = "0.8", features = [ "v4" ] }
ahash = "0.7"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = { version ="1.0", features = [] }