This commit is contained in:
2020-02-13 22:00:59 +01:00
commit 9f6d989657
12 changed files with 442 additions and 0 deletions

10
lamv.nimble Normal file
View File

@@ -0,0 +1,10 @@
# Package
version = "0.1.0"
author = "luxick"
description = "Link aware file mover"
license = "GPL-2.0"
srcDir = "src"
bin = @["lamv"]
# Dependencies
requires "nim >= 1.0.4"