Fix library configuration with new submodules.
This commit is contained in:
parent
224818f3c7
commit
4e5152bed3
@ -1,9 +1,9 @@
|
|||||||
import nre, terminal, strtabs, tables, unicode
|
import nre, terminal, strtabs, tables, unicode
|
||||||
import strutils except toUpper, toLower
|
import strutils except toUpper, toLower
|
||||||
|
|
||||||
import ./cliutilspkg/config
|
import ./cliutils/config
|
||||||
import ./cliutilspkg/daemonize
|
import ./cliutils/daemonize
|
||||||
import ./cliutilspkg/procutil
|
import ./cliutils/procutil
|
||||||
|
|
||||||
export config
|
export config
|
||||||
export daemonize
|
export daemonize
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Helper functions for writing command line interfaces."
|
description = "Helper functions for writing command line interfaces."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires @["nim >= 1.6.0", "docopt >= 0.6.8"]
|
requires @["nim >= 1.6.0", "docopt >= 0.6.8"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user