Add dev branch of file-format temporarily

This commit is contained in:
G2-Games 2024-11-04 05:22:19 -06:00
parent 8515ba382e
commit 4e916dc3e8

View file

@ -7,7 +7,7 @@ edition = "2021"
blake3 = { version = "1.5.4", features = ["mmap", "rayon", "serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
ciborium = "0.2.2"
file-format = { version = "0.25.0", features = ["reader"] }
file-format = { git="https://github.com/mmalecot/file-format.git", branch="dev", features = ["reader"] }
log = "0.4"
lz4_flex = "0.11.3"
maud = { version = "0.26", features = ["rocket"] }