mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-12 12:54:53 +00:00
std_shims -> stew
This commit is contained in:
parent
6025b5d3a7
commit
5c2d0c7253
@ -9,4 +9,4 @@ skipDirs = @["tests"]
|
|||||||
|
|
||||||
requires "nim >= 0.19.0",
|
requires "nim >= 0.19.0",
|
||||||
"faststreams",
|
"faststreams",
|
||||||
"std_shims"
|
"stew"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import
|
import
|
||||||
std_shims/macros_shim
|
stew/shims/macros
|
||||||
|
|
||||||
template dontSerialize* {.pragma.}
|
template dontSerialize* {.pragma.}
|
||||||
## Specifies that a certain field should be ignored for
|
## Specifies that a certain field should be ignored for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user