fat-rs/fat-bits/Cargo.toml

18 lines
338 B
TOML
Raw Permalink Normal View History

[package]
name = "fat-bits"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
bitflags = "2.9.1"
chrono = { version = "0.4.41", default-features = false, features = [
"alloc",
"clock",
"std",
] }
2025-07-30 21:39:45 +02:00
compact_str = "0.9.0"
enum_dispatch = "0.3.13"
2025-08-02 17:22:32 +02:00
log = "0.4.27"
static_assertions = "1.1.0"
thiserror = "2.0.12"