Skip to content

Commit

Permalink
Add nested-values feature (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher authored Jan 4, 2024
1 parent d4c76a9 commit 1f7cdbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ slog = "2"
slog-json = "2.6"
hostname = "0.3.0"
time = { version = "0.3.15", features = ["formatting", "local-offset", "macros"] }

[features]
nested-values = ["slog-json/nested-values"]

0 comments on commit 1f7cdbf

Please sign in to comment.