Newer
Older
dub_jkp / examples / injected-from-dependency / usage / dub.json
  1. {
  2. "name": "runner",
  3. "description": "Example to showcase injection of a source file from a dependency runner.",
  4. "targetType": "executable",
  5. "dependencies": {
  6. "toload": {"path": "../dependency"}
  7. }
  8. }