File: 2004_no_example_client-server.patch

package info (click to toggle)
rust-indieweb 0.4.5-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,148 kB
  • sloc: makefile: 12; sh: 1
file content (17 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: avoid example-only crate example-indieauth-client-server
 Requires not-in-Debian crate minijinja-embed.
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-06-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [workspace]
 resolver = "2"
-members = ["examples/indieauth/*", "library"]
+members = ["examples/indieauth/auth-url", "library"]
 
 [workspace.package]
 edition = "2021"