This commit is contained in:
Michael Schimmel
2026-02-16 02:03:06 +01:00
commit a1283767ef
5 changed files with 1748 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "read-data"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.101"
bytemuck = { version = "1.25.0", features = ["derive"] }
tokio = { version = "1.49.0", features = ["full"] }
zip = "8.0.0"
sysinfo = "0.33.0"
chrono = "0.4"