Skip to content

Commit

Permalink
added librdkafka.lua file to rockspec modules
Browse files Browse the repository at this point in the history
  • Loading branch information
and.sergeev committed Dec 29, 2018
1 parent 9d0aa73 commit 9860c99
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "tnt-kafka"
version = "0.3.3-1"
version = "0.3.4-1"
source = {
url = "git://github.com/RepentantGopher/tnt-kafka.git",
tag = "v0.3.3",
tag = "v0.3.4",
}
description = {
summary = "Kafka library for Tarantool",
Expand All @@ -16,6 +16,7 @@ build = {
type = "builtin",
modules = {
["tnt-kafka.consumer"] = "tnt-kafka/consumer.lua",
["tnt-kafka.librdkafka"] = "tnt-kafka/librdkafka.lua",
["tnt-kafka.producer"] = "tnt-kafka/producer.lua",
}
}

0 comments on commit 9860c99

Please sign in to comment.