nimqml/examples/simpledata/simpledata.nimble

11 lines
224 B
Nim

[Package]
bin = "main"
name = "simpledata"
version = "0.1.0"
author = "Filippo Cucchetto"
description = "simpledata"
license = "MIT"
[Deps]
Requires: "nim >= 0.12.1, nimqml >= 0.4.8"