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"
|