Files
metabuilder/frontends/cli/conanfile.txt
johndoe6345789 3d2fc07026 feat(cli): add DBAL command handlers and package management functionality
- Introduced `dbal_commands.h` for handling DBAL operations via CLI.
- Implemented `package_commands.cpp` and `package_commands.h` for package management, including listing, running scripts, and generating packages.
- Created `lua_runner.cpp` and `lua_runner.h` to execute Lua scripts in a secure sandbox environment.
- Added `http_client.cpp` and `http_client.h` for making HTTP requests to a specified base URL.
- Updated `main.cpp` to initialize the HTTP client and dispatch commands based on user input.
2026-01-07 15:28:19 +00:00

17 lines
187 B
Plaintext

[requires]
cpr/1.10.0
lua/5.4.7
sol2/3.3.1
nlohmann_json/3.11.3
[generators]
CMakeDeps
CMakeToolchain
[options]
cpr:ssl_backend=openssl
lua/*:shared=False
[tool_requires]
cmake/3.27.1