diff --git a/blimp.nimble b/blimp.nimble new file mode 100644 index 0000000..fa4cfe2 --- /dev/null +++ b/blimp.nimble @@ -0,0 +1,11 @@ +[Package] +name = "blimp" +version = "0.1" +author = "Göran Krampe" +description = "Utility that helps with big files in git, very similar to git-fat, s3annnex etc." +license = "MIT" + +bin = blimp + +[Deps] +Requires: "nimrod >= 0.10"