Add a verifier

The current implementation only performs a few basic checks.
This commit is contained in:
Morgan Phillips
2016-09-06 14:05:44 -07:00
parent 116b898da3
commit de04d6d083
10 changed files with 287 additions and 3 deletions

View File

@@ -11,3 +11,6 @@ build = "build.rs"
[lib]
name = "cretonne"
path = "lib.rs"
[dependencies]
regex = "0.1.71"