[chg] rewrite current line with timestamp prefix after newline

timestamp marks the time when the line was "sent" or "committed"
This commit is contained in:
2022-08-03 13:10:14 +02:00
parent 606d882ec1
commit 70754218dd
4 changed files with 54 additions and 33 deletions

View File

@ -2,13 +2,13 @@
name = "logtimes"
version = "0.1.0"
authors = ["Paul Schulze <p.schulze@avm.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
edition = "2021"
[dependencies]
chrono = "0.4"
[profile.release]
debug = false
lto = true
codegen-units = 1
debug = false
panic = "unwind"