Add better handling of undefined entry points.

This commit is contained in:
Cutieguwu
2026-02-15 20:27:57 -05:00
parent 4404aba65f
commit a3c208555a
4 changed files with 8 additions and 2 deletions

View File

@@ -18,5 +18,7 @@ pub enum Error {
#[from]
TomlSerialize(toml::ser::Error),
UndefinedEntryPoint,
UnknownPackage,
}