Skip to content

Commit

Permalink
use nom in zimba parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeldenker committed Nov 20, 2024
1 parent 12e9502 commit ec8c4ad
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 132 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions crates/zimba/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ version = "0.1.0"
license = "MIT"

[dependencies]
lzma = {workspace = true}
memmap2 = {workspace = true}
thiserror = {workspace = true}
zstd = {workspace = true}
lzma = { workspace = true }
memmap2 = { workspace = true }
thiserror = { workspace = true }
zstd = { workspace = true }
nom = { workspace = true }
Loading

0 comments on commit ec8c4ad

Please sign in to comment.