Files
Rust-Tests/Cargo.toml
T
Michael Schimmel a1283767ef init
2026-02-16 02:03:06 +01:00

13 lines
256 B
TOML

[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"