From 136aa6b0a449fae0a6d96fa16d946e61b01cafc0 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Tue, 8 Aug 2023 17:04:02 -0400 Subject: Add include line to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 96f6e1d..b674c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ repository = "https://github.com/botahamec/snob/" license = "0BSD" keywords = ["parser"] categories = ["parsing"] +include = ["src/**/*", "LICENSE.md", "README.md"] [package.metadata] msrv = "1.66.1" -- cgit v1.2.3