From c67c6faee4d8eb1dc9c9032b5cf0b08c4c0ec817 Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Sat, 23 Mar 2024 17:54:36 -0500
Subject: Use mime as a git submodule

This commit adds the submodule, and changes @include("mime.zig") to
refer to the new subdirectory.
---
 src/main.zig | 2 +-
 src/mime     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 160000 src/mime

(limited to 'src')

diff --git a/src/main.zig b/src/main.zig
index dc762d1..f9c810c 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -1,5 +1,5 @@
 const std = @import("std");
-const mime = @import("mime.zig");
+const mime = @import("mime/mime.zig");
 
 const Address = std.net.Address;
 const ArrayList = std.ArrayList;
diff --git a/src/mime b/src/mime
new file mode 160000
index 0000000..ef4381c
--- /dev/null
+++ b/src/mime
@@ -0,0 +1 @@
+Subproject commit ef4381c6a739ca9d44fb7aa6b14c66e1fba2e16d
-- 
cgit v1.2.3