From 09a72564be4898df841e8768c24ab74a00d77dbb Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 22 Jun 2023 13:42:06 -0400 Subject: vendor hare-xml --- .gitmodules | 3 +++ vendor/hare-xml | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/hare-xml diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..923e1f3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/hare-xml"] + path = vendor/hare-xml + url = https://git.sr.ht/~sircmpwn/hare-xml diff --git a/vendor/hare-xml b/vendor/hare-xml new file mode 160000 index 0000000..71def5a --- /dev/null +++ b/vendor/hare-xml @@ -0,0 +1 @@ +Subproject commit 71def5afd20068c9508fc63626c974949f1b0d5c -- cgit v1.2.3