Initial commit

This commit is contained in:
2021-08-12 10:02:30 -07:00
commit d645e81822
3 changed files with 135 additions and 0 deletions

8
bson2json.nimble Normal file
View 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"