[chg] logtimes initial version

This commit is contained in:
2020-07-30 10:15:18 +02:00
commit 606d882ec1
4 changed files with 155 additions and 0 deletions

14
Cargo.toml Normal file
View File

@ -0,0 +1,14 @@
[package]
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
[dependencies]
chrono = "0.4"
[profile.release]
debug = false
lto = true