aboutsummaryrefslogtreecommitdiff
path: root/nimble_hook_test.nimble
blob: ea101103d2d4ad64c1fc6cd404e822ee22bcce77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Package

version       = "0.1.0"
author        = "Oskari Timperi"
description   = "testing out nimble hooks"
license       = "MIT"

# Dependencies

requires "nim >= 0.17.2"

after install:
    echo("AFTER INSTALL")