File: drop-sysinfo

package info (click to toggle)
rust-test-with 0.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 360 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
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"]