dub.json 379 B

123456789101112131415161718
  1. {
  2. "name": "stest",
  3. "description": "A simple serverino http + ws server application.",
  4. "targetName": "stest",
  5. "dflags": ["-w", "-O"],
  6. "targetType": "executable",
  7. "dependencies": {
  8. "toml": "~>2.0.1",
  9. "serverino": "~>0.7.18"
  10. },
  11. "libs": [],
  12. "lflags": [],
  13. "license": "proprietary",
  14. "copyright": "Copyright © 2025, 221V",
  15. "authors": [ "221V" ]
  16. }