Skip to content

Commit fbb20ab

Browse files
committed
Nimble file to follow nimble standard
1 parent 89efd38 commit fbb20ab

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

nmqtt.nimble

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Package
2-
version = "1.0.0"
2+
version = "1.0.1"
33
author = "zevv & ThomasTJdev"
44
description = "Native MQTT library and binaries for publishing, subscribing and broker"
55
license = "MIT"
6-
srcDir = "src"
6+
bin = @["nmqtt/nmqtt", "nmqtt/nmqtt_password", "nmqtt/nmqtt_pub", "nmqtt/nmqtt_sub"]
77
binDir = "bin"
88
installFiles = @["nmqtt.nim"]
99
installDirs = @["config"]
10-
bin = @["nmqtt", "nmqtt_password", "nmqtt_pub", "nmqtt_sub"]
11-
10+
skipDirs = @["tests", "nmqtt"]
1211

1312
# Dependencies
1413
requires "nim >= 1.0.6"
@@ -19,7 +18,7 @@ from strutils import format
1918

2019

2120
task test, "Runs the test suite.":
22-
exec "nimble c -y -r test/tester"
21+
exec "nimble c -y -r tests/tester"
2322

2423

2524
after install:
@@ -53,7 +52,7 @@ Access the nim-libary with an import statement in your code:
5352
5453
5554
BINARIES:
56-
Access the binaries directly with. For help append `--help`.
55+
Access the binaries directly with the commands below. For help append `--help`.
5756
5857
nmqtt
5958
nmqtt_password

0 commit comments

Comments
 (0)