aboutsummaryrefslogtreecommitdiff
path: root/short.nimble
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-29 21:13:53 +0200
committerJulien Dessaux2021-10-29 21:13:53 +0200
commit785ef2a9135281e4ec67662ef60c27a320f22b9b (patch)
treeebe8917b9c192b80baff8879d951474fa209d783 /short.nimble
parentAdded gitignore (diff)
downloadshort-785ef2a9135281e4ec67662ef60c27a320f22b9b.tar.gz
short-785ef2a9135281e4ec67662ef60c27a320f22b9b.tar.bz2
short-785ef2a9135281e4ec67662ef60c27a320f22b9b.zip
Changed for a better way to generate uuids
Diffstat (limited to 'short.nimble')
-rw-r--r--short.nimble3
1 files changed, 2 insertions, 1 deletions
diff --git a/short.nimble b/short.nimble
index ab89b75..7aba695 100644
--- a/short.nimble
+++ b/short.nimble
@@ -13,7 +13,8 @@ bin = @["short"]
requires "nim >= 1.4.8",
"https://github.com/dom96/jester#HEAD",
"nimja >= 0.4.1",
- "https://github.com/GULPF/tiny_sqlite#HEAD"
+ "https://github.com/GULPF/tiny_sqlite#HEAD",
+ "uuids >= 0.1.11"
import os, strformat