Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jun 7, 2023
2 parents dc5208d + 9f29d7c commit 54da634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ version = "5.0.0"
edition = "2021"
authors = ["Johanna Sörngård ([email protected])"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.1", features = ["derive"] }
humantime = "2.1.0"
rayon = {version = "1.6", optional = true}
sysinfo = {version = "0.28.3", default_features = false}

[features]
# Enable this feature to run all memory reads and writes in parallel.
rayon = ["dep:rayon", "sysinfo/multithread"]

0 comments on commit 54da634

Please sign in to comment.