Skip to content

Commit a539532

Browse files
committed
Add WITH_HUNT_REDIS in dub.json
1 parent 8946e80 commit a539532

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
libdredis.a
2+
dub.selections.json

dub.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "dredis",
33
"description": "Redis driver for D.",
4-
"authors": ["putao dlang team"],
5-
"license": "MIT"
4+
"copyright": "Copyright (C) 2015-2019, HuntLabs",
5+
"homepage": "https://www.huntlabs.net",
6+
"license": "MIT",
7+
"versions": ["WITH_HUNT_REDIS"]
68
}

libdredis.a

-3.43 MB
Binary file not shown.

0 commit comments

Comments
 (0)