From efb3aae55908cb88f5a9c900d6563603ab792d6a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 20 May 2025 15:22:41 -0400 Subject: Add more advanced configuration options to modules.ini and support automatically downloading and installing from it. --- examples/http-server/modules.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/http-server/modules.ini (limited to 'examples/http-server/modules.ini') diff --git a/examples/http-server/modules.ini b/examples/http-server/modules.ini new file mode 100644 index 00000000..171e11d2 --- /dev/null +++ b/examples/http-server/modules.ini @@ -0,0 +1,8 @@ +[pthreads] +version=v1.0 + +[patterns] +version=v1.0 + +[commands] +version=v1.0 -- cgit v1.2.3