Skip to content

Commit

Permalink
fix: add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 4, 2023
1 parent 33eaebf commit 13860e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ parking_lot = "0.12.1"
pollster = "0.3.0"
rayon = "1.7.0"
tokio = { version = "1.28.1", features = ["full"] }
strum = { version = "0.25.0", features = ["derive"] }

# data structure and algorithm
append-only-vec = "0.1.2"
Expand Down

0 comments on commit 13860e7

Please sign in to comment.