From 770e10403ee96a2f484617c79faa7dc0bfe83994 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Sun, 7 Jul 2024 21:12:42 +1200 Subject: [PATCH] Include examples in Cargo.toml package (#677) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3822374c..5b4ceec66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ ] edition = "2021" rust-version = "1.65" -include = ["src/**/*", "Cargo.toml", "README.md"] +include = ["src/**/*", "examples/**/*", "Cargo.toml", "README.md"] description = "A flexible UI layout library " repository = "https://github.com/DioxusLabs/taffy" keywords = ["cross-platform", "layout", "flexbox", "css-grid", "grid"]