diff --git a/common/README.md b/common/README.md new file mode 100644 index 00000000000000..12bfe3be24b112 --- /dev/null +++ b/common/README.md @@ -0,0 +1,2 @@ +This directory contains the shared dependency code for various modules. +The code within the cpp directory primarily consists of common foundational code for the Backend (BE) and Meta Service (MS) modules, including object storage access and a testing framework for common C++ code.