mirror of
https://github.com/status-im/nim-confutils.git
synced 2025-01-22 09:59:31 +00:00
std_shims -> stew
This commit is contained in:
parent
2f95986115
commit
9224d1feaf
@ -1,5 +1,5 @@
|
||||
import
|
||||
strutils, options, std_shims/macros_shim, typetraits,
|
||||
strutils, options, stew/shims/macros, typetraits,
|
||||
confutils/[defs, cli_parser, shell_completion]
|
||||
|
||||
export
|
||||
|
@ -7,5 +7,6 @@ description = "Simplified handling of command line options and config files"
|
||||
license = "Apache License 2.0"
|
||||
skipDirs = @["tests"]
|
||||
|
||||
requires "nim >= 0.19.0"
|
||||
requires "nim >= 0.19.0",
|
||||
"stew"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user