logtimes/Cargo.toml
ddidderr 70754218dd
[chg] rewrite current line with timestamp prefix after newline
timestamp marks the time when the line was "sent" or "committed"
2023-08-20 16:26:16 +02:00

15 lines
219 B
TOML

[package]
name = "logtimes"
version = "0.1.0"
authors = ["Paul Schulze <p.schulze@avm.de>"]
edition = "2021"
[dependencies]
chrono = "0.4"
[profile.release]
lto = true
codegen-units = 1
debug = false
panic = "unwind"