nimqml/examples/contactapp/contactapp.nimble

11 lines
224 B
Nim

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