From 785ef2a9135281e4ec67662ef60c27a320f22b9b Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 29 Oct 2021 21:13:53 +0200 Subject: Changed for a better way to generate uuids --- short.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'short.nimble') 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 -- cgit v1.2.3