mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 07:12:58 -05:00
Add dev branch of file-format temporarily
This commit is contained in:
parent
8515ba382e
commit
4e916dc3e8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
blake3 = { version = "1.5.4", features = ["mmap", "rayon", "serde"] }
|
blake3 = { version = "1.5.4", features = ["mmap", "rayon", "serde"] }
|
||||||
chrono = { version = "0.4.38", features = ["serde"] }
|
chrono = { version = "0.4.38", features = ["serde"] }
|
||||||
ciborium = "0.2.2"
|
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"
|
log = "0.4"
|
||||||
lz4_flex = "0.11.3"
|
lz4_flex = "0.11.3"
|
||||||
maud = { version = "0.26", features = ["rocket"] }
|
maud = { version = "0.26", features = ["rocket"] }
|
||||||
|
|
Loading…
Reference in a new issue