Stricter validation when parsing dependencies
Opened this issue · 0 comments
beeb commented
At the moment, the parse_dependency
is pretty lenient and doesn't enforce strict rules when it comes to unexpected items in a dependency's table.
As an example "my-dep" = { version = "1.0.0", foobar = "" }
does not raise an error.
This should probably be made more strict so that unexpected items are not allowed.