From e024ae65f0132bce5dbffd1693040815f4735efc Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Sun, 24 Aug 2025 17:07:30 +0200 Subject: [PATCH] feat: include examples directory in package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 388bb746..9ac28ffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ include = [ "connect/**/*", "core/**/*", "discovery/**/*", + "examples/**/*", "metadata/**/*", "oauth/**/*", "playback/**/*",