Skip to content

Commit 04216c4

Browse files
committed
Add crossbeam-channel and simd-json dependencies to Cargo.toml
1 parent 85dab72 commit 04216c4

File tree

3 files changed

+391
-47
lines changed

3 files changed

+391
-47
lines changed

Cargo.lock

Lines changed: 250 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ authors = [ "Georgii Plotnikov<georgii@inferara.com>" ]
88
serde = { version = "1.0", features = ["derive"] }
99
serde_json = "1.0"
1010
parking_lot = "0.12"
11+
crossbeam-channel = "0.5"
12+
simd-json = "0.15.0"

0 commit comments

Comments
 (0)