refactor: replace unwraps with errors
This commit is contained in:
parent
601137dd16
commit
287e59c566
3 changed files with 545 additions and 436 deletions
|
|
@ -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 = [] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue