Added the Record struct

This commit is contained in:
2024-05-05 21:49:00 +02:00
parent 31117fb479
commit 6f0d2587b4
6 changed files with 548 additions and 150 deletions

View File

@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }