File: depend-on-tokio-test.patch

package info (click to toggle)
rust-async-stream 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,5 +68,8 @@
 version = "1"
 features = ["full"]
 
+[dev-dependencies.tokio-test]
+version = "0.4"
+
 [dev-dependencies.trybuild]
 version = "1"