mirror of
https://github.com/logos-storage/nim-websock.git
synced 2026-01-08 00:23:08 +00:00
Fix package import
This commit is contained in:
parent
22cefcfd4b
commit
afb7e4d86e
1
test/config.nims
Normal file
1
test/config.nims
Normal file
@ -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…
x
Reference in New Issue
Block a user