diff options
| -rw-r--r-- | nimterop/toast.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop/toast.nim b/nimterop/toast.nim index 7dad591..ab44970 100644 --- a/nimterop/toast.nim +++ b/nimterop/toast.nim @@ -1,4 +1,4 @@ -import os, osproc, segfaults, strformat, strutils, tables, times +import os, osproc, strformat, strutils, tables, times import "."/treesitter/[api, c, cpp] |
