From 1dfc60ca533b81269a94d959bf3b75abdd2edeb7 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Mon, 6 May 2024 17:57:01 -0700 Subject: [PATCH] Run cargo-diet --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 47a8e36..291c54f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ categories = [ repository = "https://github.com/thomcc/arcstr" documentation = "https://docs.rs/arcstr" homepage = "https://github.com/thomcc/arcstr" +include = ["src/**/*", "LICENSE-*", "README.md"] [features] std = []