fat-rs/Cargo.toml

16 lines
319 B
TOML
Raw Normal View History

2025-07-20 12:39:13 +02:00
[package]
name = "fat-rs"
version = "0.1.0"
edition = "2024"
2025-07-26 15:51:21 +02:00
[[bin]]
name = "dump"
path = "src/dump.rs"
2025-07-20 12:39:13 +02:00
[dependencies]
2025-07-26 15:51:21 +02:00
anyhow = "1.0.98"
bitflags = "2.9.1"
chrono = { version = "0.4.41", default-features = false, features = ["alloc", "std"] }
enum_dispatch = "0.3.13"
static_assertions = "1.1.0"
thiserror = "2.0.12"