You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
434 B
14 lines
434 B
[package]
|
|
name = "trustpilot_challenge_rust"
|
|
version = "0.1.0"
|
|
authors = ["inga-lovinde <52715130+inga-lovinde@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bit_field = "0.10.1"
|
|
md5 = "0.7.0"
|
|
packed_simd = { version = "0.3.4", package = "packed_simd_2", features = ["into_bits"] }
|
|
permutohedron = "0.2.4"
|
|
rayon = "1.5.0"
|
|
|