all repos — litestore @ 045b85ac3b3f0ed24fb46d60b285be9532787b7b

A minimalist nosql document store.

Added json extension to list of files to install.
h3rald h3rald@h3rald.com
Wed, 24 Oct 2018 21:17:51 +0200
commit

045b85ac3b3f0ed24fb46d60b285be9532787b7b

parent

e11135a72e59049ad64b76bca87af25f435f70ee

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

jump to
M litestore.nimblelitestore.nimble

@@ -20,7 +20,7 @@ license = pkgLicense

bin = @[pkgName] srcDir = "src" skipDirs = @["test"] -installExt = @["nim", "c", "h"] +installExt = @["nim", "c", "h", "json"] # Dependencies