From e96c6733823ddbb50289997b8e44c666bd654870 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Tue, 22 Oct 2024 10:38:18 -0800 Subject: [PATCH] add mobile type --- src/parser.rs | 1 + 1 file changed, 1 insertion(+) 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, }