File: 2003_workspace.patch

package info (click to toggle)
rust-imap-codec 2.0.0~alpha6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,952 kB
  • sloc: makefile: 2; sh: 1
file content (18 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: limit default crate scope
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-05-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,9 +2,7 @@
 resolver = "2"
 members = [
     "imap-codec",
-    "imap-codec/fuzz",
     "imap-types",
-    "imap-types/fuzz",
 ]
 
 [workspace.package]