From 3b31792ea578eff9484018325ac082c01eaf05da Mon Sep 17 00:00:00 2001 From: "mahlon@martini.nu" Date: Wed, 20 May 2015 00:12:19 +0000 Subject: [PATCH] Add a .nimble file. FossilOrigin-Name: 6e0c032fa1fd1e01afac3e9ca8ac2ac317dbc90f72a3d7e6a7c97905180935a4 --- tnetstring.nimble | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tnetstring.nimble 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" +