aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/examples/getting_started/dub.json
blob: 844c006513685f7d01ab1c180f919091e902d321 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "getting-started",
    "targetType": "executable",
    "sourceFiles": ["main.d"],
    "mainSourceFile": "main.d",
    "dependencies":
    {
        "dyaml": { "version" : "*" }
    }
}