Skip to content

Commit

Permalink
Improve Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Apr 8, 2024
1 parent 258e1cf commit 0b7e998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
readme = "README.md"
rust-version = "1.74"
exclude = ["/test-unknown"]
categories = ["filesystem", "os", "api-bindings"]
keywords = ["system-information", "disk", "process", "network", "cpu"]
edition = "2018"

[lib]
Expand All @@ -19,7 +19,7 @@ default = ["multithread"]
apple-sandbox = []
apple-app-store = ["apple-sandbox"]
c-interface = []
multithread = ["rayon"]
multithread = ["dep:rayon"]
linux-netdevs = []
linux-tmpfs = []
debug = ["libc/extra_traits"]
Expand Down

0 comments on commit 0b7e998

Please sign in to comment.