diff options
Diffstat (limited to 'src/main.nim')
-rw-r--r-- | src/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.nim b/src/main.nim index 9508b33..92e8887 100644 --- a/src/main.nim +++ b/src/main.nim @@ -1,5 +1,5 @@ import - future, options, os, posix, re, sequtils, strutils, + options, os, posix, re, sequtils, strutils, sugar, args, config, format, pacman, utils import |