Return error instead of panic on failed parse
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "blueprint"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
|
||||
description = "A simple templating library"
|
||||
edition = "2018"
|
||||
@ -9,3 +9,4 @@ edition = "2018"
|
||||
[dependencies]
|
||||
nom = "6.1.2"
|
||||
structopt = "0.3.21"
|
||||
thiserror = "1.0.24"
|
||||
|
||||
Reference in New Issue
Block a user