Added record to file

This commit is contained in:
Martino Ferrari
2026-02-24 22:59:37 +01:00
parent ec29bd5148
commit aaf69c0949
4 changed files with 1051 additions and 240 deletions

View File

@@ -12,4 +12,7 @@ chrono = "0.4"
crossbeam-channel = "0.5"
regex = "1.10"
socket2 = { version = "0.5", features = ["all"] }
once_cell = "1.21.3"
once_cell = "1.21"
rfd = "0.15"
parquet = { version = "53.0", features = ["arrow"] }
arrow = "53.0"