diff --git a/tnetstring.nimble b/tnetstring.nimble new file mode 100644 index 0000000..e37aa13 --- /dev/null +++ b/tnetstring.nimble @@ -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" +