diff options
author | Shav Kinderlehrer <[email protected]> | 2023-08-09 11:44:57 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-08-09 11:44:57 -0400 |
commit | dfb28899ade840bad0fd24ec636cff65b1b58821 (patch) | |
tree | 9ca5f4088c0ae7f8e5e61dd96b19dde4962a88fc /dub.json | |
download | prim-dfb28899ade840bad0fd24ec636cff65b1b58821.tar.gz prim-dfb28899ade840bad0fd24ec636cff65b1b58821.zip |
Initial commit
Diffstat (limited to 'dub.json')
-rw-r--r-- | dub.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..52e2da0 --- /dev/null +++ b/dub.json @@ -0,0 +1,9 @@ +{ + "authors": [ + "zerocool" + ], + "copyright": "Copyright © 2023, zerocool", + "description": "A minimal D application.", + "license": "proprietary", + "name": "prim" +}
\ No newline at end of file |