aboutsummaryrefslogtreecommitdiff
path: root/nimpb.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'nimpb.nimble')
-rw-r--r--nimpb.nimble7
1 files changed, 7 insertions, 0 deletions
diff --git a/nimpb.nimble b/nimpb.nimble
new file mode 100644
index 0000000..80c6acc
--- /dev/null
+++ b/nimpb.nimble
@@ -0,0 +1,7 @@
+version = "0.1.0"
+author = "Oskari Timperi"
+description = "protobuf library for Nim"
+license = "MIT"
+srcDir = "src"
+
+requires "nim >= 0.18.0"