This is an automated email from the ASF dual-hosted git repository. kmccusker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-milagro-mfa-server.git
commit c8317d3351cac6db229aa8c45ed7a0b3777a4817 Author: giorgiozoppi <[email protected]> AuthorDate: Thu May 30 02:40:05 2019 +0200 new file: README.md --- grpcserver/src/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/grpcserver/src/README.md b/grpcserver/src/README.md new file mode 100644 index 0000000..7306695 --- /dev/null +++ b/grpcserver/src/README.md @@ -0,0 +1,11 @@ +# Grpc Server DTA Milagro. +____________________________ + +This folder contains the initial version of GRPC C++ DTA proposed for Apache Milagro. For the unit testing purposes we +use catch.h that it is placed in the include directory. + +_____ + +Experimental support for conan package manager has been provided through the conan.run. Conan is dependency manager for C++. + +
