From fcde5568cb2a815b8d85fceb6dd8fd56750d2b25 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Sat, 15 Jun 2024 14:17:26 +0200 Subject: [PATCH] Include example published package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2c4e01f4..4138b5a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ include = [ "README.md", "CHANGELOG.md", "tests/**/*.rs", # debian packaging wants this + "examples/**/*.rs", ] autotests = true