aboutsummaryrefslogtreecommitdiff
path: root/short.nimble
blob: 5da3330438e7f66ccf981be2c2e10540615dbf9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Package

version       = "0.1.0"
author        = "Julien Dessaux"
description   = "A simple, privacy friendly URL shortener"
license       = "EUPL-1.2"
srcDir        = "src"
bin           = @["short"]


# Dependencies

requires "nim >= 1.4.8",
         "https://github.com/dom96/jester#HEAD",
         "nimja >= 0.4.1",
         "https://github.com/GULPF/tiny_sqlite#HEAD"