File: add-missing-dev-deps.patch

package info (click to toggle)
rust-unicode-id 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
diff --git a/Cargo.toml b/Cargo.toml
index ffd4688..75f7cbc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,3 +44,6 @@ repository = "https://github.com/Boshen/unicode-id"
 bench = []
 default = []
 no_std = []
+
+[dev-dependencies]
+criterion = "0.5"