diff options
-rw-r--r-- | testament/important_packages.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index c942ef41b..ac9578989 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -142,6 +142,7 @@ pkg "sdl2_nim", "nim c -r sdl2/sdl.nim" pkg "sigv4", "nim c --gc:arc -r sigv4.nim", "https://github.com/disruptek/sigv4" pkg "sim" pkg "snip", "nimble test", "https://github.com/genotrance/snip" +pkg "stew" pkg "stint", "nim r stint.nim" pkg "strslice" pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim" |