commit 9279f5c4c7d062f8e7aa8509fb204fe74ad0cba5
parent 94be6c46bbb811dd615b9f575fb2437d38597cc3
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 17 May 2022 16:07:46 +0200
parent 94be6c46bbb811dd615b9f575fb2437d38597cc3
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 17 May 2022 16:07:46 +0200
use nimble!
12 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/flauschehornsexy.nimble b/flauschehornsexy.nimble @@ -0,0 +1,13 @@ +# Package + +version = "0.1.0" +author = "Leah (ctucx)" +description = "source-code of flauschehorn.sexy" +license = "MIT" +srcDir = "src" +bin = @["mastofetch", "website"] + + +# Dependencies + +requires "nim >= 1.6.0"