From 2b1804d364ef8347aa61009af718e9cebd908a3f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 15 Jul 2023 17:49:52 -0500 Subject: [PATCH] Add a DEPENDENCIES file to list dependencies Mostly to remind myself which libs to update on occasion --- DEPENDENCIES | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 DEPENDENCIES diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 00000000..fef17e89 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,8 @@ +## Libraries + +### included in repo + +* libfuse: https://github.com/libfuse/libfuse (heavily modified fork of v2.x) +* ghc::filesystem: https://github.com/gulrak/filesystem +* nonstd::optional: https://github.com/martinmoene/optional-lite +* fmt: https://github.com/fmtlib/fmt