diff -r 87a0365b799b -r 05f836c02154 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 " +description = "Parsing and serializing for the TNetstring format." +license = "MIT" + +[Deps] +Requires: "nim >= 0.11.0" +