Initial commit with Nimble package info.

This commit is contained in:
Jonathan Bernard
2025-06-14 11:13:36 -05:00
commit d8d66c19d1
+13
View File
@@ -0,0 +1,13 @@
# Package
version = "1.0.0"
author = "Jonathan Bernard"
description = "Small util to update version consistently for nim and node packages."
license = "MIT"
bin = @["update_version"]
# Dependencies
requires @["nim >= 1.0.4", "docopt >= 0.7.1", "nimble"]