We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1241fde commit d244986Copy full SHA for d244986
1 file changed
nmqtt.nimble
@@ -4,8 +4,8 @@ author = "zevv"
4
description = "Native MQTT client library and binaries"
5
license = "MIT"
6
srcDir = "src"
7
-bin = @["nmqtt", "nmqtt_password", "nmqtt_pub", "nmqtt_sub"]
8
installFiles = @["nmqtt.nim"]
+bin = @["nmqtt", "nmqtt_password", "nmqtt_pub", "nmqtt_sub"]
9
10
11
# Dependencies
0 commit comments