1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Index: test-with/Cargo.toml
===================================================================
--- test-with.orig/Cargo.toml
+++ test-with/Cargo.toml
@@ -65,4 +65,0 @@
-[dependencies.sysinfo]
-version = "0.28"
-optional = true
-
@@ -82,18 +78,12 @@ features = [
[features]
default = [
- "resource",
"user",
"executable",
]
executable = ["which"]
http = ["reqwest"]
ign-msg = []
-resource = [
- "sysinfo",
- "byte-unit",
- "num_cpus",
-]
runtime = []
user = ["users"]
|