Fix package import
This commit is contained in:
parent
22cefcfd4b
commit
afb7e4d86e
|
@ -0,0 +1 @@
|
||||||
|
switch("path", "$projectDir/../src")
|
|
@ -8,4 +8,4 @@ requires "nim >= 1.2.6"
|
||||||
requires "chronos >= 2.5.2 & < 3.0.0"
|
requires "chronos >= 2.5.2 & < 3.0.0"
|
||||||
|
|
||||||
task lint, "format source files according to the official style guide":
|
task lint, "format source files according to the official style guide":
|
||||||
exec "./lint.nims"
|
exec "./lint.nims"
|
||||||
|
|
Loading…
Reference in New Issue