Skip to content

Commit

Permalink
Merge pull request #13 from triarius/append
Browse files Browse the repository at this point in the history
Append to log files
  • Loading branch information
triarius authored Sep 21, 2024
2 parents 6e7bee2 + 2cc5492 commit 5f682a8
Show file tree
Hide file tree
Showing 6 changed files with 380 additions and 14 deletions.
248 changes: 246 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ version = "0.1.0"
edition = "2021"

[dependencies]
chrono = "0.4.38"
clap = { version = "4.5.17", features = ["derive", "env"] }
crossbeam = "0.8.4"
eyre = "0.6.12"

[dev-dependencies]
assert_cmd = "2.0.16"
pretty_assertions = "1.4.1"
tempfile = "3.12.0"

[lints.clippy]
all = "deny"
Expand Down
Loading

0 comments on commit 5f682a8

Please sign in to comment.