dub.json 214 B

12345678910
  1. {
  2. "name": "http",
  3. "description": "A minimal D application.",
  4. "copyright": "Copyright © 2016, dsby",
  5. "authors": ["dsby"],
  6. "targetType": "executable",
  7. "dependencies": {
  8. "collie" : "~>0.10.16"
  9. }
  10. }