empty project

This commit is contained in:
Roland Sadowski 2019-08-23 18:32:22 +01:00
commit cf5210362e
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

13
edn.nimble Normal file
View File

@ -0,0 +1,13 @@
# Package
version = "0.1.0"
author = "Roland Sadowski"
description = "EDN and Clojure parser"
license = "EPL-2.0"
srcDir = "src"
# Dependencies
requires "nim >= 0.20.2"