File: 1001_include_fixtures.patch

package info (click to toggle)
rust-subtile 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: makefile: 2; sh: 1
file content (22 lines) | stat: -rw-r--r-- 474 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
Description: include with crate the fixtures needed by tests
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-04-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,14 @@
 license = "LGPL-3.0-or-later"
 rust-version = "1.80"
 
+include = [
+    "Cargo.toml",
+    "LICENSE.txt",
+    "README.md",
+    "fixtures/**",
+    "src/**",
+]
+
 [badges]
 maintenance = { status = "actively-developed" }