tnetstring.nimble
changeset 9 c109bf5f2aa4
parent 6 fa28eee75094
child 10 92923ab3b779
--- a/tnetstring.nimble	Sun Apr 30 04:38:52 2017 +0000
+++ b/tnetstring.nimble	Mon Oct 08 10:19:07 2018 -0700
@@ -1,10 +1,17 @@
-[Package]
-name          = "tnetstring"
-version       = "0.1.1"
+
+# Package
+
+version       = "0.1.2"
 author        = "Mahlon E. Smith <mahlon@martini.nu>"
+description   = "A new awesome nimble package"
 description   = "Parsing and serializing for the TNetstring format."
 license       = "MIT"
+installExt    = @["nim"]
+bin           = @["tnetstring"]
+srcDir        = "src"
 
-[Deps]
-Requires: "nim >= 0.11.0"
+
+# Dependencies
 
+requires "nim >= 0.19.0"
+