diff --git a/src/parser.rs b/src/parser.rs index bc158d4..1577f3d 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -12,6 +12,7 @@ pub enum Type { Service, Database, Library, + Mobile, Other, }