all repos — hastyscribe @ a81b735ac75b036483348263c86d66b595b60f01

A professional markdown compiler.

Testing nimble support.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 17:05:07 +0200
commit

a81b735ac75b036483348263c86d66b595b60f01

parent

23e27fc780a567c74b2997be3a9bc44d086fb5ad

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.nimble

@@ -19,6 +19,7 @@ license = "MIT"

bin = @["hastyscribe"] srcDir = "src" installExt = @["nim", "json", "a", "css", "png", "svg", "woff", "c", "h", "in"] +installDirs = @[] requires "nim >= 0.19.0"