From f3bce83ba9b592a659f5067caa8143809cfb511b Mon Sep 17 00:00:00 2001 From: TQ Hirsch Date: Thu, 16 Nov 2023 17:14:39 +0100 Subject: [PATCH] Vendored async-tftp-rs --- .gitmodules | 3 +++ vendor/async-tftp-rs | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/async-tftp-rs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c407f98 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/async-tftp-rs"] + path = vendor/async-tftp-rs + url = git@github.com:thequux/async-tftp-rs.git diff --git a/vendor/async-tftp-rs b/vendor/async-tftp-rs new file mode 160000 index 0000000..128f482 --- /dev/null +++ b/vendor/async-tftp-rs @@ -0,0 +1 @@ +Subproject commit 128f48226673c39cf7484bb20d0daf71b777c55e