objpatch/objpatch.nimble

15 lines
280 B
Nim

# Package
version = "0.1.0"
author = "Christine Dodrill"
description = "Store JSON objects and patches to them, then query the aggregate object"
license = "0BSD"
srcDir = "src"
bin = @["objpatch"]
# Dependencies
requires "nim >= 0.20.2"