diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-01 15:14:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 08:14:42 +0100 |
commit | 54f5ab12b715d5a55d45ac760286e8b2b1133ae5 (patch) | |
tree | 5e3019d963af5b3a7aee8b3a3badcd35325f7c82 | |
parent | 2449c37137c001e5c645978a6bf09c4b1d87dea7 (diff) | |
download | Nim-54f5ab12b715d5a55d45ac760286e8b2b1133ae5.tar.gz |
add smtp to important packages (#20984)
-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 3ea79a4a8..3531e59a8 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -142,6 +142,7 @@ pkg "sdl1", "nim c -r src/sdl.nim" 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 "smtp", "nimble compileExample" pkg "snip", "nimble test", "https://github.com/genotrance/snip" pkg "stew" pkg "stint", "nim r stint.nim" |