Add a DEPENDENCIES file to list dependencies

Mostly to remind myself which libs to update on occasion
This commit is contained in:
Antonio SJ Musumeci 2023-07-15 17:49:52 -05:00
parent 556c6522c0
commit 2b1804d364

8
DEPENDENCIES Normal file
View File

@ -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