Fix package import

This commit is contained in:
Arijit Das 2020-12-01 18:53:27 +05:30
parent 22cefcfd4b
commit afb7e4d86e
3 changed files with 2 additions and 1 deletions

1
test/config.nims Normal file
View File

@ -0,0 +1 @@
switch("path", "$projectDir/../src")

View File

@ -8,4 +8,4 @@ requires "nim >= 1.2.6"
requires "chronos >= 2.5.2 & < 3.0.0"
task lint, "format source files according to the official style guide":
exec "./lint.nims"
exec "./lint.nims"