Initial commit
This commit is contained in:
8
bson2json.nimble
Normal file
8
bson2json.nimble
Normal file
@@ -0,0 +1,8 @@
|
||||
# Package
|
||||
description = "Convert between json and bson object types"
|
||||
version = "0.1"
|
||||
license = "MIT"
|
||||
author = "Gustavo Cordova <gustavo.cordova@gmail.com>"
|
||||
|
||||
# Dependencies
|
||||
requires "nimongo >= 0.1"
|
||||
Reference in New Issue
Block a user