Add a .nimble file.
authorMahlon E. Smith <mahlon@martini.nu>
Tue, 19 May 2015 17:12:19 -0700
changeset 2 05f836c02154
parent 1 87a0365b799b
child 3 ef9f89362aac
Add a .nimble file.
tnetstring.nimble
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tnetstring.nimble	Tue May 19 17:12:19 2015 -0700
@@ -0,0 +1,10 @@
+[Package]
+name          = "tnetstring"
+version       = "0.1.0"
+author        = "Mahlon E. Smith <mahlon@martini.nu>"
+description   = "Parsing and serializing for the TNetstring format."
+license       = "MIT"
+
+[Deps]
+Requires: "nim >= 0.11.0"
+