123456789101112131415161718 |
- {
- "name": "stest",
- "description": "A simple serverino http + ws server application.",
-
- "targetName": "stest",
- "dflags": ["-w", "-O"],
- "targetType": "executable",
- "dependencies": {
- "toml": "~>2.0.1",
- "serverino": "~>0.7.18"
- },
- "libs": [],
- "lflags": [],
-
- "license": "proprietary",
- "copyright": "Copyright © 2025, 221V",
- "authors": [ "221V" ]
- }
|