File: restore-dev-dependency.patch

package info (click to toggle)
rust-get-size2 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 188 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/Cargo.toml b/Cargo.toml
index e0064f6..c7197bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -115,6 +115,18 @@ optional = true
 default-features = false
 
 [dev-dependencies]
+get-size2 = { path = ".", features = [
+    "derive",
+    "bytes",
+    "chrono",
+    "chrono-tz",
+    "compact-str",
+    "hashbrown",
+    "indexmap",
+    "smallvec",
+    "thin-vec",
+    "url",
+] }
 
 [lints.clippy]
 allow_attributes = "warn"