Created
July 20, 2015 15:08
-
-
Save yannick/f92b89669a4f25e387a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "test", | |
| "description": "A simple vibe.d server application.", | |
| "copyright": "Copyright © 2015, yannick", | |
| "authors": ["yannick"], | |
| "dependencies": { | |
| "memutils": { "version": "~master", "path": "submodules/memutils" }, | |
| "libasync": { "version": "~master", "path": "submodules/libasync" }, | |
| "vibe-d": { "version": "~master", "path": "submodules/vibe.d" } | |
| }, | |
| "versions": ["VibeCustomMain"], | |
| "subConfigurations": { "vibe-d": "libasync"}, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment