Skip to content

Commit 11ca32b

Browse files
committed
feat: release v0.1.0
1 parent 7bbe410 commit 11ca32b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
package = "lua-resty-nats-next"
2+
version = "0.1.0-0"
3+
source = {
4+
url = "git+https://github.com/bzp2010/lua-resty-nats-next",
5+
tag = "v0.1.0"
6+
}
7+
description = {
8+
homepage = "https://github.com/bzp2010/lua-resty-nats-next",
9+
license = "Apache License 2.0"
10+
}
11+
build = {
12+
type = "builtin",
13+
modules = {
14+
["resty.nats.auth"] = "lib/resty/nats/auth.lua",
15+
["resty.nats.client"] = "lib/resty/nats/client.lua",
16+
["resty.nats.common"] = "lib/resty/nats/common.lua",
17+
["resty.nats.protocols.connect"] = "lib/resty/nats/protocols/connect.lua",
18+
["resty.nats.protocols.err"] = "lib/resty/nats/protocols/err.lua",
19+
["resty.nats.protocols.hmsg"] = "lib/resty/nats/protocols/hmsg.lua",
20+
["resty.nats.protocols.info"] = "lib/resty/nats/protocols/info.lua",
21+
["resty.nats.protocols.msg"] = "lib/resty/nats/protocols/msg.lua",
22+
["resty.nats.protocols.parser"] = "lib/resty/nats/protocols/parser.lua",
23+
["resty.nats.protocols.pub"] = "lib/resty/nats/protocols/pub.lua",
24+
["resty.nats.protocols.sub"] = "lib/resty/nats/protocols/sub.lua",
25+
["resty.nats.protocols.unsub"] = "lib/resty/nats/protocols/unsub.lua",
26+
}
27+
}

0 commit comments

Comments
 (0)