For example, if `false` happened to be the only value on a line, this would be parsed as valid JSON (a boolean) but it is not a structured log message that slfmt should try to parse and format.
15 lines
305 B
Nim
15 lines
305 B
Nim
# Package
|
|
|
|
version = "0.2.1"
|
|
author = "Jonathan Bernard"
|
|
description = "Small utility to pretty-print strucutured logs."
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["slfmt"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires @["nim >= 2.2.0", "docopt"]
|
|
requires @["timeutils", "zero_functional"]
|