Skip to content

Commit

Permalink
Update cargo hakari file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Jun 2, 2024
1 parent fff1dd6 commit eec39e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ publish = false
### BEGIN HAKARI SECTION
[dependencies]
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "no-rng", "runtime-rng", "std"] }
approx = { version = "0.5" }
bytemuck = { version = "1", default-features = false, features = ["derive", "extern_crate_alloc"] }
clap = { version = "4", features = ["derive"] }
clap_builder = { version = "4", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
crossbeam-utils = { version = "0.8" }
getrandom = { version = "0.2", default-features = false, features = ["std"] }
num-traits = { version = "0.2", features = ["i128"] }
once_cell = { version = "1" }
regex = { version = "1", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal"] }
Expand Down

0 comments on commit eec39e9

Please sign in to comment.