From 4aff22df067d3a67224517fcf5e4519d0ac353b2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 22 Sep 2022 21:23:44 -0500 Subject: [PATCH] fix(data): Include data with package --- crates/data/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/data/Cargo.toml b/crates/data/Cargo.toml index 54935f8..0f9df9c 100644 --- a/crates/data/Cargo.toml +++ b/crates/data/Cargo.toml @@ -14,7 +14,8 @@ include = [ "Cargo.toml", "LICENSE*", "README.md", - "examples/**/*" + "examples/**/*", + "assets/toml-test/tests" ] [dependencies]