File: 2001_workspace.patch

package info (click to toggle)
rust-imap-next 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: makefile: 2; sh: 1
file content (21 lines) | stat: -rw-r--r-- 472 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
Description: avoid workspace
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,12 +45,6 @@
 rand = "0.8.5"
 tokio = { version = "1.48.0", features = ["full"] }
 
-[workspace]
-resolver = "2"
-members = [
-    "integration-test",
-]
-
 [[example]]
 name = "client_authenticate"
 required-features = ["stream", "tag_generator"]