Fixed nimble file.
h3rald h3rald@h3rald.com
Mon, 21 Sep 2015 22:10:48 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
litestore.nimble
→
litestore.nimble
@@ -1,6 +1,5 @@
[Package] name = "litestore" -appame = "LiteStore" version = "1.0.0" author = "Fabio Cevasco" description = "Self-contained, lightweight, RESTful document store."@@ -8,6 +7,7 @@ license = "MIT"
bin = "litestore" [Defaults] +appame = "LiteStore" file = "data.db" address = "127.0.0.1" port = 9500