Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Oct 23, 2023
1 parent 53254d6 commit 4d0ccde
Show file tree
Hide file tree
Showing 26 changed files with 6,492 additions and 1,092 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ edition = "2021"
license = "MIT"
name = "peppi"
repository = "https://github.com/hohav/peppi"
version = "1.0.0-alpha.7"
version = "2.0.0-alpha.1"

[dependencies]
arrow2 = "0.18"
byteorder = "1"
chrono = { version = "0.4", features = ["serde"] }
encoding_rs = "0.8"
log = "0.4"
num_enum = "0.7"
pretty_assertions = "1.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }

[dev-dependencies]
arrow2 = { version = "0.18", features = ["io_json"] }
pretty_assertions = "1.3"
xxhash-rust = { version = "0.8", features = ["xxh3"] }

[lib]
Expand Down
Loading

0 comments on commit 4d0ccde

Please sign in to comment.